diff options
author | jseger <jseger@FreeBSD.org> | 1999-04-20 02:00:10 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1999-04-20 02:00:10 +0800 |
commit | 04ebb8078a018a65e9383ad2c7d17d93c7cf2519 (patch) | |
tree | 6db64fd32211bfa4acf2fb9e5114a1fd5979e061 /graphics | |
parent | c15671774b1ed3199d8c321318466c6070dacc19 (diff) | |
download | freebsd-ports-gnome-04ebb8078a018a65e9383ad2c7d17d93c7cf2519.tar.gz freebsd-ports-gnome-04ebb8078a018a65e9383ad2c7d17d93c7cf2519.tar.zst freebsd-ports-gnome-04ebb8078a018a65e9383ad2c7d17d93c7cf2519.zip |
Upgrade to pstoedit-3.11
Make myself MAINTAINER
Diffstat (limited to 'graphics')
-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 |