diff options
Diffstat (limited to 'textproc/xp/Makefile')
-rw-r--r-- | textproc/xp/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/textproc/xp/Makefile b/textproc/xp/Makefile index a42685ff25f6..485e12e5210a 100644 --- a/textproc/xp/Makefile +++ b/textproc/xp/Makefile @@ -1,22 +1,21 @@ # New ports collection makefile for: xp -# Version required: 0.5 # Date created: 21 September 1999 # Whom: mike # # $FreeBSD$ # -DISTNAME= xp -PKGNAME= xp-0.5 +PORTNAME= xp +PORTVERSION= 0.5 CATEGORIES= textproc java MASTER_SITES= ftp://ftp.jclark.com/pub/xml/ +DISTNAME= ${PORTNAME} MAINTAINER= mike@vee.net RUN_DEPENDS= ${LOCALBASE}/jdk1.1.8/bin/java:${PORTSDIR}/java/jdk -XP_VERSION= 0.5 -PLIST_SUB+= XP_VERSION=${XP_VERSION} +PLIST_SUB+= XP_VERSION=${PORTVERSION} NO_WORKSUBDIR= yes NO_BUILD= yes |