diff options
-rw-r--r-- | archivers/gshar+gunshar/Makefile | 9 | ||||
-rw-r--r-- | archivers/ha/Makefile | 17 | ||||
-rw-r--r-- | archivers/hpack.non-usa.only/Makefile | 11 | ||||
-rw-r--r-- | archivers/lha/Makefile | 11 | ||||
-rw-r--r-- | archivers/sharutils/Makefile | 9 | ||||
-rw-r--r-- | archivers/unarj/Makefile | 10 | ||||
-rw-r--r-- | archivers/unrar/Makefile | 11 | ||||
-rw-r--r-- | archivers/zip/Makefile | 11 | ||||
-rw-r--r-- | audio/playmidi/Makefile | 4 | ||||
-rw-r--r-- | audio/tracker/Makefile | 6 | ||||
-rw-r--r-- | comms/ecu/Makefile | 16 | ||||
-rw-r--r-- | ftp/ncftp2/Makefile | 11 | ||||
-rw-r--r-- | ftp/ncftp3/Makefile | 11 | ||||
-rw-r--r-- | mail/pgpsendmail/Makefile | 4 | ||||
-rw-r--r-- | misc/less/Makefile | 10 | ||||
-rw-r--r-- | misc/screen/Makefile | 11 | ||||
-rw-r--r-- | net/fspclient/Makefile | 11 | ||||
-rw-r--r-- | net/tintin++-devel/Makefile | 12 | ||||
-rw-r--r-- | net/tintin++/Makefile | 12 | ||||
-rw-r--r-- | sysutils/less/Makefile | 10 | ||||
-rw-r--r-- | sysutils/screen/Makefile | 11 | ||||
-rw-r--r-- | www/lynx-current/Makefile | 13 | ||||
-rw-r--r-- | www/lynx/Makefile | 13 |
23 files changed, 166 insertions, 78 deletions
diff --git a/archivers/gshar+gunshar/Makefile b/archivers/gshar+gunshar/Makefile index 66a45d2..b54026d 100644 --- a/archivers/gshar+gunshar/Makefile +++ b/archivers/gshar+gunshar/Makefile @@ -3,12 +3,15 @@ # Date created: 28 Dec 1994 # Whom: ache # -# $Id: Makefile,v 1.3 1995/03/26 02:21:14 ache Exp $ +# $Id: Makefile,v 1.4 1995/04/01 12:43:21 jkh Exp $ # DISTNAME= sharutils-4.1.4 -MASTER_SITES= ftp://ftp.iro.umontreal.ca/pub/contrib/pinard/ CATEGORIES+= archivers -GNU_CONFIGURE= YES +MASTER_SITES= ftp://ftp.iro.umontreal.ca/pub/contrib/pinard/ + +MAINTAINER= ache@FreeBSD.ORG + +GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-prefix=g --disable-uucode --prefix=${PREFIX} INSTALL_TARGET= install install-man diff --git a/archivers/ha/Makefile b/archivers/ha/Makefile index 3fb65f4..435d5ac 100644 --- a/archivers/ha/Makefile +++ b/archivers/ha/Makefile @@ -1,19 +1,24 @@ # New ports collection makefile for: ha -# Version required: 0999 +# Version required: 0.999beta # Date created: 24 Jan 1995 # Whom: ache # -# $Id: Makefile,v 1.2 1995/01/24 16:56:05 ache Exp $ +# $Id: Makefile,v 1.3 1995/04/01 12:43:23 jkh Exp $ # + DISTNAME= ha0999 -EXTRACT_SUFX= .tgz -MASTER_SITES= ftp://ftp.kiae.su/unix/arcers/ +PKGNAME= ha-0.999b CATEGORIES+= archivers -NO_WRKSUBDIR= YES +MASTER_SITES= ftp://ftp.kiae.su/unix/arcers/ +EXTRACT_SUFX= .tgz + +MAINTAINER= ache@FreeBSD.ORG + +NO_WRKSUBDIR= yes MAKEFILE= makefile.nix MAKE_FLAGS= CC=cc -f ALL_TARGET= ha -USE_GMAKE= YES +USE_GMAKE= yes install: cd ${WRKSRC}; ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} ha ${PREFIX}/bin diff --git a/archivers/hpack.non-usa.only/Makefile b/archivers/hpack.non-usa.only/Makefile index e84ae57..49c2a57 100644 --- a/archivers/hpack.non-usa.only/Makefile +++ b/archivers/hpack.non-usa.only/Makefile @@ -4,12 +4,17 @@ # Date created: 7 Jan 1995 # Whom: ache # -# $Id: Makefile,v 1.2 1995/01/10 18:50:23 ache Exp $ +# $Id: Makefile,v 1.3 1995/04/01 12:43:24 jkh Exp $ # + DISTNAME= hpack79src -EXTRACT_SUFX= .tar.Z -MASTER_SITES= ftp://src.doc.ic.ac.uk/packages/hpack/ +PKGNAME= hpack-0.79a CATEGORIES+= archivers +MASTER_SITES= ftp://src.doc.ic.ac.uk/packages/hpack/ +EXTRACT_SUFX= .tar.Z + +MAINTAINER= ache@FreeBSD.ORG + NO_WRKSUBDIR= yes MAKEFILE= makefile ALL_TARGET= freebsd diff --git a/archivers/lha/Makefile b/archivers/lha/Makefile index 5cb4915..bf4b89b 100644 --- a/archivers/lha/Makefile +++ b/archivers/lha/Makefile @@ -3,12 +3,17 @@ # Date created: 26 Dec 1994 # Whom: ache # -# $Id: Makefile,v 1.1.1.1 1994/12/26 09:10:32 ache Exp $ +# $Id: Makefile,v 1.2 1995/04/01 12:43:26 jkh Exp $ # + DISTNAME= lha101u -EXTRACT_SUFX= .tar.Z -MASTER_SITES= ftp://garbo.uwasa.fi/unix/arcers/ +PKGNAME= lha-1.01u CATEGORIES+= archivers +MASTER_SITES= ftp://garbo.uwasa.fi/unix/arcers/ +EXTRACT_SUFX= .tar.Z + +MAINTAINER= ache@FreeBSD.ORG + NO_WRKSUBDIR= yes .include <bsd.port.mk> diff --git a/archivers/sharutils/Makefile b/archivers/sharutils/Makefile index 66a45d2..b54026d 100644 --- a/archivers/sharutils/Makefile +++ b/archivers/sharutils/Makefile @@ -3,12 +3,15 @@ # Date created: 28 Dec 1994 # Whom: ache # -# $Id: Makefile,v 1.3 1995/03/26 02:21:14 ache Exp $ +# $Id: Makefile,v 1.4 1995/04/01 12:43:21 jkh Exp $ # DISTNAME= sharutils-4.1.4 -MASTER_SITES= ftp://ftp.iro.umontreal.ca/pub/contrib/pinard/ CATEGORIES+= archivers -GNU_CONFIGURE= YES +MASTER_SITES= ftp://ftp.iro.umontreal.ca/pub/contrib/pinard/ + +MAINTAINER= ache@FreeBSD.ORG + +GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-prefix=g --disable-uucode --prefix=${PREFIX} INSTALL_TARGET= install install-man diff --git a/archivers/unarj/Makefile b/archivers/unarj/Makefile index a2db3cc..9b51088 100644 --- a/archivers/unarj/Makefile +++ b/archivers/unarj/Makefile @@ -3,12 +3,16 @@ # Date created: 28 Dec 1994 # Whom: ache # -# $Id: Makefile,v 1.1.1.1 1994/12/28 01:55:04 ache Exp $ +# $Id: Makefile,v 1.2 1995/04/01 12:43:28 jkh Exp $ # -DISTFILES= unarj241.tar.Z + DISTNAME= unarj -MASTER_SITES= ftp://garbo.uwasa.fi/unix/arcers/ +PKGNAME= unarj-2.41 CATEGORIES+= archivers +MASTER_SITES= ftp://garbo.uwasa.fi/unix/arcers/ +DISTFILES= unarj241.tar.Z + +MAINTAINER= ache@FreeBSD.ORG install: cd ${WRKSRC}; install -cs -o bin -g bin -m755 ${DISTNAME} ${PREFIX}/bin diff --git a/archivers/unrar/Makefile b/archivers/unrar/Makefile index b2840d1..e64b26e 100644 --- a/archivers/unrar/Makefile +++ b/archivers/unrar/Makefile @@ -3,12 +3,17 @@ # Date created: 28 Dec 1994 # Whom: ache # -# $Id: Makefile,v 1.1.1.1 1994/12/28 15:19:16 ache Exp $ +# $Id: Makefile,v 1.2 1995/04/01 12:43:30 jkh Exp $ # + DISTNAME= unrar100 -EXTRACT_SUFX= .tgz -MASTER_SITES= ftp://ftp.kiae.su/unix/arcers/ +PKGNAME= unrar-1.00e CATEGORIES+= archivers +MASTER_SITES= ftp://ftp.kiae.su/unix/arcers/ +EXTRACT_SUFX= .tgz + +MAINTAINER= ache@FreeBSD.ORG + WRKSRC= ${WRKDIR}/unrar.100 .include <bsd.port.mk> diff --git a/archivers/zip/Makefile b/archivers/zip/Makefile index 74207e5..4cc747a 100644 --- a/archivers/zip/Makefile +++ b/archivers/zip/Makefile @@ -3,12 +3,17 @@ # Date created: 22 Dec 1994 # Whom: ache # -# $Id: Makefile,v 1.1.1.1 1994/12/22 12:33:40 ache Exp $ +# $Id: Makefile,v 1.2 1995/04/01 12:43:39 jkh Exp $ # + DISTNAME= zip201 -EXTRACT_SUFX= .tar.Z -MASTER_SITES= ftp://garbo.uwasa.fi/unix/arcers/ +PKGNAME= zip-2.0.1 CATEGORIES+= archivers +MASTER_SITES= ftp://garbo.uwasa.fi/unix/arcers/ +EXTRACT_SUFX= .tar.Z + +MAINTAINER= ache@FreeBSD.ORG + ALL_TARGET= freebsd pre-install: diff --git a/audio/playmidi/Makefile b/audio/playmidi/Makefile index 5472834..5ed37ba 100644 --- a/audio/playmidi/Makefile +++ b/audio/playmidi/Makefile @@ -3,7 +3,7 @@ # Date created: 27 Feb 1995 # Whom: ache # -# $Id: Makefile,v 1.2 1995/04/01 12:43:53 jkh Exp $ +# $Id: Makefile,v 1.3 1995/04/11 19:46:47 asami Exp $ # DISTNAME= playmidi @@ -12,4 +12,6 @@ CATEGORIES+= audio MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/apps/sound/players/ DISTFILES= playmidi-1.1.tar.gz +MAINTAINER= ache@FreeBSD.ORG + .include <bsd.port.mk> diff --git a/audio/tracker/Makefile b/audio/tracker/Makefile index da56c81..efc94c5 100644 --- a/audio/tracker/Makefile +++ b/audio/tracker/Makefile @@ -3,7 +3,7 @@ # Date created: 2 Oct 1994 # Whom: swallace # -# $Id: Makefile,v 1.16 1995/04/01 12:44:00 jkh Exp $ +# $Id: Makefile,v 1.17 1995/04/11 19:46:53 asami Exp $ # DISTNAME= tracker @@ -12,7 +12,9 @@ CATEGORIES+= audio MASTER_SITES= ftp://ftp.ens.fr/pub/dmi/users/espie/beta/ DISTFILES= tracker-4.27.tar.Z -USE_GMAKE= YES +MAINTAINER= ache@FreeBSD.ORG + +USE_GMAKE= yes MAKE_FLAGS= MACHINE=freebsd CC=cc -f INSTALL_TARGET= install install.man diff --git a/comms/ecu/Makefile b/comms/ecu/Makefile index f6b54a7..569de39 100644 --- a/comms/ecu/Makefile +++ b/comms/ecu/Makefile @@ -1,17 +1,23 @@ -# New ports collection makefile for: ecy +# New ports collection makefile for: ecu # Version required: 3.33 # Date created: Feb 18, 1995 # Whom: ache # +# $Id$ +# + DISTNAME= ecu-3.33 -EXTRACT_SUFX= .cpio.Z -MASTER_SITES= ftp://ftp.kiae.su/unix/comm/ CATEGORIES+= comms +MASTER_SITES= ftp://ftp.kiae.su/unix/comm/ +EXTRACT_SUFX= .cpio.Z + +MAINTAINER= ache@FreeBSD.ORG + EXTRACT_CMD= (zcat | cpio -idm) EXTRACT_ARGS= < -HAS_CONFIGURE= YES +HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure -IS_INTERACTIVE= YES +IS_INTERACTIVE= yes pre-install: cd ${WRKSRC}/doc; \ diff --git a/ftp/ncftp2/Makefile b/ftp/ncftp2/Makefile index d82d161..83f6e53 100644 --- a/ftp/ncftp2/Makefile +++ b/ftp/ncftp2/Makefile @@ -3,13 +3,16 @@ # Date created: 4 Nov 1994 # Whom: ache # -# $Id: Makefile,v 1.19 1995/04/01 12:48:18 jkh Exp $ +# $Id: Makefile,v 1.20 1995/04/03 17:03:36 ache Exp $ # DISTNAME= ncftp-2.0.3 -EXTRACT_SUFX= .tgz -MASTER_SITES= ftp://ftp.cs.unl.edu/pub/ncftp/ CATEGORIES+= networking -GNU_CONFIGURE= YES +MASTER_SITES= ftp://ftp.cs.unl.edu/pub/ncftp/ +EXTRACT_SUFX= .tgz + +MAINTAINER= ache@FreeBSD.ORG + +GNU_CONFIGURE= yes .include <bsd.port.mk> diff --git a/ftp/ncftp3/Makefile b/ftp/ncftp3/Makefile index d82d161..83f6e53 100644 --- a/ftp/ncftp3/Makefile +++ b/ftp/ncftp3/Makefile @@ -3,13 +3,16 @@ # Date created: 4 Nov 1994 # Whom: ache # -# $Id: Makefile,v 1.19 1995/04/01 12:48:18 jkh Exp $ +# $Id: Makefile,v 1.20 1995/04/03 17:03:36 ache Exp $ # DISTNAME= ncftp-2.0.3 -EXTRACT_SUFX= .tgz -MASTER_SITES= ftp://ftp.cs.unl.edu/pub/ncftp/ CATEGORIES+= networking -GNU_CONFIGURE= YES +MASTER_SITES= ftp://ftp.cs.unl.edu/pub/ncftp/ +EXTRACT_SUFX= .tgz + +MAINTAINER= ache@FreeBSD.ORG + +GNU_CONFIGURE= yes .include <bsd.port.mk> diff --git a/mail/pgpsendmail/Makefile b/mail/pgpsendmail/Makefile index 4ccc063..af91f9f 100644 --- a/mail/pgpsendmail/Makefile +++ b/mail/pgpsendmail/Makefile @@ -3,7 +3,7 @@ # Date created: 20 Jan 1995 # Whom: ache # -# $Id: Makefile,v 1.2 1995/04/01 12:47:28 jkh Exp $ +# $Id: Makefile,v 1.3 1995/04/11 20:28:19 asami Exp $ # DISTNAME= PGPsendmail-v1.4 @@ -11,6 +11,8 @@ PKGNAME= pgpsendmail-1.4 CATEGORIES+= mail MASTER_SITES= ftp://ftp.dhp.com/pub/crypto/pgp/PGPsendmail/ +MAINTAINER= ache@FreeBSD.ORG + WRKSRC= ${WRKDIR}/pgpsendmail INSTALL_TARGET= all_install diff --git a/misc/less/Makefile b/misc/less/Makefile index 9b141c1..fc4d4b81 100644 --- a/misc/less/Makefile +++ b/misc/less/Makefile @@ -3,13 +3,17 @@ # Date created: 8 Nov 1994 # Whom: ache # -# $Id: Makefile,v 1.6 1995/04/01 12:50:14 jkh Exp $ +# $Id: Makefile,v 1.7 1995/04/08 13:54:29 ache Exp $ # DISTNAME= less-290 -MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ ftp://ftp.uu.net/systems/gnu/ CATEGORIES+= utilities -GNU_CONFIGURE= YES +MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ ftp://ftp.uu.net/systems/gnu/ + +MAINTAINER= ache@FreeBSD.ORG + +GNU_CONFIGURE= yes + EXTRA_PATCH= patch-ab color: diff --git a/misc/screen/Makefile b/misc/screen/Makefile index 8f702c2..34a07ee 100644 --- a/misc/screen/Makefile +++ b/misc/screen/Makefile @@ -3,13 +3,16 @@ # Date created: 25 Nov 1994 # Whom: ache # -# $Id: Makefile,v 1.6 1995/01/18 01:29:35 ache Exp $ +# $Id: Makefile,v 1.7 1995/04/01 12:50:31 jkh Exp $ # DISTNAME= screen-3.6.1 -NCFTPFLAGS= -PN -MASTER_SITES= ftp://ftp.uni-erlangen.de/pub/utilities/screen/ CATEGORIES+= utilities -GNU_CONFIGURE= YES +MASTER_SITES= ftp://ftp.uni-erlangen.de/pub/utilities/screen/ + +MAINTAINER= ache@FreeBSD.ORG + +GNU_CONFIGURE= yes +NCFTPFLAGS= -PN .include <bsd.port.mk> diff --git a/net/fspclient/Makefile b/net/fspclient/Makefile index e6f08dd..c1fb933 100644 --- a/net/fspclient/Makefile +++ b/net/fspclient/Makefile @@ -3,14 +3,17 @@ # Date created: 7 Nov 1994 # Whom: ache # -# $Id: Makefile,v 1.1.1.1 1994/11/07 17:29:02 ache Exp $ +# $Id: Makefile,v 1.2 1995/04/01 12:47:55 jkh Exp $ # DISTNAME= fspclient.0.0-h+ -EXTRACT_SUFX= .tar.z -MASTER_SITES= ftp://ftp.robots.ox.ac.uk/pub/ox.src/fspclient/ CATEGORIES+= networking +MASTER_SITES= ftp://ftp.robots.ox.ac.uk/pub/ox.src/fspclient/ +EXTRACT_SUFX= .tar.z + +MAINTAINER= ache@FreeBSD.ORG + WRKSRC= ${WRKDIR}/fspclient -GNU_CONFIGURE= YES +GNU_CONFIGURE= yes .include <bsd.port.mk> diff --git a/net/tintin++-devel/Makefile b/net/tintin++-devel/Makefile index 95cb443..343a0dc 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> 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> diff --git a/sysutils/less/Makefile b/sysutils/less/Makefile index 9b141c1..fc4d4b81 100644 --- a/sysutils/less/Makefile +++ b/sysutils/less/Makefile @@ -3,13 +3,17 @@ # Date created: 8 Nov 1994 # Whom: ache # -# $Id: Makefile,v 1.6 1995/04/01 12:50:14 jkh Exp $ +# $Id: Makefile,v 1.7 1995/04/08 13:54:29 ache Exp $ # DISTNAME= less-290 -MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ ftp://ftp.uu.net/systems/gnu/ CATEGORIES+= utilities -GNU_CONFIGURE= YES +MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ ftp://ftp.uu.net/systems/gnu/ + +MAINTAINER= ache@FreeBSD.ORG + +GNU_CONFIGURE= yes + EXTRA_PATCH= patch-ab color: diff --git a/sysutils/screen/Makefile b/sysutils/screen/Makefile index 8f702c2..34a07ee 100644 --- a/sysutils/screen/Makefile +++ b/sysutils/screen/Makefile @@ -3,13 +3,16 @@ # Date created: 25 Nov 1994 # Whom: ache # -# $Id: Makefile,v 1.6 1995/01/18 01:29:35 ache Exp $ +# $Id: Makefile,v 1.7 1995/04/01 12:50:31 jkh Exp $ # DISTNAME= screen-3.6.1 -NCFTPFLAGS= -PN -MASTER_SITES= ftp://ftp.uni-erlangen.de/pub/utilities/screen/ CATEGORIES+= utilities -GNU_CONFIGURE= YES +MASTER_SITES= ftp://ftp.uni-erlangen.de/pub/utilities/screen/ + +MAINTAINER= ache@FreeBSD.ORG + +GNU_CONFIGURE= yes +NCFTPFLAGS= -PN .include <bsd.port.mk> diff --git a/www/lynx-current/Makefile b/www/lynx-current/Makefile index 321ee13..3c5f410 100644 --- a/www/lynx-current/Makefile +++ b/www/lynx-current/Makefile @@ -3,15 +3,20 @@ # Date created: 15 Dec 1994 # Whom: ache # -# $Id: Makefile,v 1.7 1995/02/11 14:38:45 ache Exp $ +# $Id: Makefile,v 1.8 1995/04/01 12:48:13 jkh Exp $ # DISTNAME= lynx2-3-7 -EXTRACT_SUFX= .tar.Z -MASTER_SITES= ftp://ukanaix.cc.ukans.edu/pub/lynx/lynx2-3-7/ +PKGNAME= lynx-2.3.7 CATEGORIES+= networking -ALL_TARGET= freebsd +MASTER_SITES= ftp://ukanaix.cc.ukans.edu/pub/lynx/lynx2-3-7/ +EXTRACT_SUFX= .tar.Z + +MAINTAINER= ache@FreeBSD.ORG + # Do not put USE_GMAKE here EXEC_DEPENDS+= gmake:${PORTSDIR}/devel/gmake +ALL_TARGET= freebsd + .include <bsd.port.mk> diff --git a/www/lynx/Makefile b/www/lynx/Makefile index 321ee13..3c5f410 100644 --- a/www/lynx/Makefile +++ b/www/lynx/Makefile @@ -3,15 +3,20 @@ # Date created: 15 Dec 1994 # Whom: ache # -# $Id: Makefile,v 1.7 1995/02/11 14:38:45 ache Exp $ +# $Id: Makefile,v 1.8 1995/04/01 12:48:13 jkh Exp $ # DISTNAME= lynx2-3-7 -EXTRACT_SUFX= .tar.Z -MASTER_SITES= ftp://ukanaix.cc.ukans.edu/pub/lynx/lynx2-3-7/ +PKGNAME= lynx-2.3.7 CATEGORIES+= networking -ALL_TARGET= freebsd +MASTER_SITES= ftp://ukanaix.cc.ukans.edu/pub/lynx/lynx2-3-7/ +EXTRACT_SUFX= .tar.Z + +MAINTAINER= ache@FreeBSD.ORG + # Do not put USE_GMAKE here EXEC_DEPENDS+= gmake:${PORTSDIR}/devel/gmake +ALL_TARGET= freebsd + .include <bsd.port.mk> |