diff options
author | asami <asami@FreeBSD.org> | 1995-04-12 04:56:21 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-12 04:56:21 +0000 |
commit | 74d33a9a6f96ce415e58530d5329dcdd0e4abddc (patch) | |
tree | dc85c2c130baa6e2bbe5dfb1b07405a49fbe29a4 /net/tintin++ | |
parent | 77a92beda623c6dbe25fd459a5bad53b3e3a5763 (diff) | |
download | FreeBSD-ports-74d33a9a6f96ce415e58530d5329dcdd0e4abddc.zip FreeBSD-ports-74d33a9a6f96ce415e58530d5329dcdd0e4abddc.tar.gz |
Add MAINTAINER= ache@FreeBSD.ORG to Andrey's ports. Clean up
some Makefiles along the way.
Diffstat (limited to 'net/tintin++')
-rw-r--r-- | net/tintin++/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/net/tintin++/Makefile b/net/tintin++/Makefile index 95cb443..343a0dc 100644 --- a/net/tintin++/Makefile +++ b/net/tintin++/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> |