diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1994-11-15 01:29:32 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1994-11-15 01:29:32 +0000 |
commit | 0ab6308e61bcfcf570e1fecdb8ffdc3732eaecff (patch) | |
tree | e6c9158b1a76386a32bcb5a646d66ae2a164c46e /net/tintin++/Makefile | |
parent | 54277c60127acc99c21d1d4111c14738ea471d07 (diff) | |
download | ports-0ab6308e61bcfcf570e1fecdb8ffdc3732eaecff.tar.gz ports-0ab6308e61bcfcf570e1fecdb8ffdc3732eaecff.zip |
Notes
Diffstat (limited to 'net/tintin++/Makefile')
-rw-r--r-- | net/tintin++/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net/tintin++/Makefile b/net/tintin++/Makefile new file mode 100644 index 000000000000..6e1d432a2de2 --- /dev/null +++ b/net/tintin++/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: tintin++ +# Version required: 1.5pl6 +# Date created: 15 Nov 1994 +# Whom: ache +# +# $Id: Makefile,v 1.1.1.1 1994/11/07 17:29:02 ache Exp $ +# + +DISTNAME= tintin++v1.5pl6 +EXTRACT_SUFX= .tar.Z +MASTER_SITES= ftp://princeton.edu/pub/tintin++/dist/ +WRKSRC= ${WRKDIR}/tintin++/src +GNU_CONFIGURE= YES + +.include <bsd.port.mk> |