diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-12 04:56:21 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-12 04:56:21 +0000 |
commit | 19e38c2e9f0410723cc1a29649f9ab578bae6e85 (patch) | |
tree | 66898ce3ab32f0acd73aed95afc2fd553e9edb99 /net/tintin++-devel | |
parent | 7303a651412f794e300334fae502c1e12ca9da58 (diff) | |
download | ports-19e38c2e9f0410723cc1a29649f9ab578bae6e85.tar.gz ports-19e38c2e9f0410723cc1a29649f9ab578bae6e85.zip |
Notes
Diffstat (limited to 'net/tintin++-devel')
-rw-r--r-- | net/tintin++-devel/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/net/tintin++-devel/Makefile b/net/tintin++-devel/Makefile index 95cb4430908b..343a0dcd870d 100644 --- a/net/tintin++-devel/Makefile +++ b/net/tintin++-devel/Makefile @@ -3,14 +3,18 @@ # Date created: 15 Nov 1994 # Whom: ache # -# $Id: Makefile,v 1.1.1.1 1994/11/15 01:29:32 ache Exp $ +# $Id: Makefile,v 1.2 1995/04/01 12:48:39 jkh Exp $ # DISTNAME= tintin++v1.5pl6 -EXTRACT_SUFX= .tar.Z -MASTER_SITES= ftp://princeton.edu/pub/tintin++/dist/ +PKGNAME= tintin++-1.5.6 CATEGORIES+= networking +MASTER_SITES= ftp://princeton.edu/pub/tintin++/dist/ +EXTRACT_SUFX= .tar.Z + +MAINTAINER= ache@FreeBSD.ORG + WRKSRC= ${WRKDIR}/tintin++/src -GNU_CONFIGURE= YES +GNU_CONFIGURE= yes .include <bsd.port.mk> |