diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1999-04-19 18:00:10 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1999-04-19 18:00:10 +0000 |
commit | 83f1cc30302697f21309f8f45a598ba4e1c7f6aa (patch) | |
tree | 00885417d36388f9aa7b9b81361fb75fb5ab0b76 /graphics/pstoedit | |
parent | 77ae9f019e198b6dba690524061e3627551b3e61 (diff) | |
download | ports-83f1cc30302697f21309f8f45a598ba4e1c7f6aa.tar.gz ports-83f1cc30302697f21309f8f45a598ba4e1c7f6aa.zip |
Notes
Diffstat (limited to 'graphics/pstoedit')
-rw-r--r-- | graphics/pstoedit/Makefile | 15 | ||||
-rw-r--r-- | graphics/pstoedit/distinfo | 2 |
2 files changed, 9 insertions, 8 deletions
diff --git a/graphics/pstoedit/Makefile b/graphics/pstoedit/Makefile index 68575c07a46f..59b3b65171b6 100644 --- a/graphics/pstoedit/Makefile +++ b/graphics/pstoedit/Makefile @@ -1,18 +1,18 @@ # New ports collection makefile for: pstodit -# Version required: 2.60p1 +# Version required: 3.11 # Date created: 03 July 1998 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.4 1998/08/10 12:08:21 steve Exp $ +# $Id: Makefile,v 1.5 1998/08/10 13:26:34 steve Exp $ # -DISTNAME= pstoedit.2.60p1 -PKGNAME= pstoedit-2.60p1 +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= ports@FreeBSD.ORG +MAINTAINER= jseger@FreeBSD.ORG BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript5 @@ -21,10 +21,11 @@ FETCH_BEFORE_ARGS= -t EXTRACT_CMD= unzip EXTRACT_BEFORE_ARGS= -q EXTRACT_AFTER_ARGS= -d ${WRKDIR} -WRKSRC= ${WRKDIR}/src +WRKSRC= ${WRKDIR}/pstoedit_3.11/src MAKEFILE= makefile ALL_TARGET= -MANL= pstoedit.l +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/pstoedit ${PREFIX}/bin .include <bsd.port.mk> diff --git a/graphics/pstoedit/distinfo b/graphics/pstoedit/distinfo index 38e653743278..085d6cee0f15 100644 --- a/graphics/pstoedit/distinfo +++ b/graphics/pstoedit/distinfo @@ -1 +1 @@ -MD5 (pstoedit.2.60p1.zip) = ccbbed69c7c4972a13f5e110f2064143 +MD5 (pstoedit_3_11.zip) = 7e5acd38aeb5310db19f7712ba540c24 |