diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1999-04-29 12:18:04 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1999-04-29 12:18:04 +0000 |
commit | 018b45996a39e930bb6c4e770ada568f5e999eb5 (patch) | |
tree | 2b053e932853846fc244644e77a3e754d83bdc7e /devel/crossgo32-djgpp2-pdcurses | |
parent | c122c7e9ab321e4d03cceeebc30477da121a728b (diff) | |
download | ports-018b45996a39e930bb6c4e770ada568f5e999eb5.tar.gz ports-018b45996a39e930bb6c4e770ada568f5e999eb5.zip |
Notes
Diffstat (limited to 'devel/crossgo32-djgpp2-pdcurses')
-rw-r--r-- | devel/crossgo32-djgpp2-pdcurses/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/devel/crossgo32-djgpp2-pdcurses/Makefile b/devel/crossgo32-djgpp2-pdcurses/Makefile index ffc08390eba9..017ebc431ea2 100644 --- a/devel/crossgo32-djgpp2-pdcurses/Makefile +++ b/devel/crossgo32-djgpp2-pdcurses/Makefile @@ -2,9 +2,8 @@ # Version required: 2.2 # Date created: Sun Jun 22 16:57:39 EST 1997 # Whom: Joel Sutton <sutton@aardvark.apana.org.au) -# FreeBSD Version: 2.2.1-RELEASE # -# $Id: Makefile,v 1.3 1998/11/07 07:42:12 asami Exp $ +# $Id: Makefile,v 1.4 1999/02/03 11:11:41 asami Exp $ # DISTNAME= pdc22 @@ -12,17 +11,15 @@ PKGNAME= crossgo32-djgpp2-pdcurses-2.2 CATEGORIES= devel MASTER_SITES= ftp://ftp.tas.gov.au/pc/simtelnet/gnu/djgpp/v2tk/ \ ftp://ftp.cdrom.com/pub/simtelnet/gnu/djgpp/v2tk/ -EXTRACT_SUFX= .zip MAINTAINER= sutton@aardvark.apana.org.au -BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/zip RUN_DEPENDS= i386-go32-gcc:${PORTSDIR}/devel/crossgo32 RUN_DEPENDS= i386-go32-stubify:${PORTSDIR}/devel/crossgo32-djgpp2 -EXTRACT_CMD= unzip -EXTRACT_BEFORE_ARGS= -La -EXTRACT_AFTER_ARGS= # empty +BROKEN= DEPENDS on crossgo32-djgpp2 +USE_ZIP= yes +EXTRACT_BEFORE_ARGS= -qLa # Since were only taking the library and include files we don't # actually need to build anything |