diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1999-05-01 12:34:38 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1999-05-01 12:34:38 +0000 |
commit | 539536fae4fd527bda14770b3bd20226a83059a5 (patch) | |
tree | eff880fe16e3f1280be1ad7c9ada21c74eda89ed /graphics | |
parent | f194e3126cfa155a4ba5d53ff2db56d4bd75c6ed (diff) | |
download | ports-539536fae4fd527bda14770b3bd20226a83059a5.tar.gz ports-539536fae4fd527bda14770b3bd20226a83059a5.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/pstoedit/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/graphics/pstoedit/Makefile b/graphics/pstoedit/Makefile index 59b3b65171b6..22cbe5a9f933 100644 --- a/graphics/pstoedit/Makefile +++ b/graphics/pstoedit/Makefile @@ -3,24 +3,20 @@ # Date created: 03 July 1998 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.5 1998/08/10 13:26:34 steve Exp $ +# $Id: Makefile,v 1.6 1999/04/19 18:00:07 jseger Exp $ # DISTNAME= pstoedit_3_11 PKGNAME= pstoedit-3.11 CATEGORIES= graphics print MASTER_SITES= http://www.geocities.com/SiliconValley/Network/1958/pstoedit/ -EXTRACT_SUFX= .zip MAINTAINER= jseger@FreeBSD.ORG -BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript5 FETCH_BEFORE_ARGS= -t -EXTRACT_CMD= unzip -EXTRACT_BEFORE_ARGS= -q -EXTRACT_AFTER_ARGS= -d ${WRKDIR} +USE_ZIP= yes WRKSRC= ${WRKDIR}/pstoedit_3.11/src MAKEFILE= makefile ALL_TARGET= |