diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 10:48:02 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 10:48:02 +0000 |
commit | c99c6009443219fbcb10c1baf7b6d0c93975f58a (patch) | |
tree | 979eeecc24182fdbefd4b376f9c47b344f7780cb /graphics/xmrm/Makefile | |
parent | There was one PKGNAME hiding inside an .if. (diff) |
Convert to PORTNAME/PORTVERSION. lfview had an invalid version
string so I fixed it.
Notes
Notes:
svn path=/head/; revision=27514
Diffstat (limited to 'graphics/xmrm/Makefile')
-rw-r--r-- | graphics/xmrm/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/graphics/xmrm/Makefile b/graphics/xmrm/Makefile index 19fa2e8bf714..9a05e587c545 100644 --- a/graphics/xmrm/Makefile +++ b/graphics/xmrm/Makefile @@ -1,17 +1,16 @@ # New ports collection makefile for: xmrm -# Version required: 2.0 # Date created: Sa 01 May 1999 15:00:00 MET # Whom: Tobias Reifenberger <treif@mayn.de> # # $FreeBSD$ # -DISTNAME= xmrm20_sources -PKGNAME= xmrm-2.0 +PORTNAME= xmrm +PORTVERSION= 2.0 CATEGORIES= graphics MASTER_SITES= ftp://ftp.cg.tuwien.ac.at/pub/linux/xmrm/ \ ftp://ftp.uni-passau.de/mount/common.lib.archive.unix/Graphic/xmrm/ -EXTRACT_SUFX= .tgz +DISTFILES= xmrm20_sources.tgz MAINTAINER= treif@mayn.de @@ -20,7 +19,7 @@ LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms \ Xpm.4:${PORTSDIR}/graphics/xpm \ tiff.4:${PORTSDIR}/graphics/tiff -WRKSRC= ${WRKDIR} +NO_WRKSUBDIR= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xmrm ${PREFIX}/bin |