diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2007-01-13 03:57:25 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2007-01-13 03:57:25 +0000 |
commit | d7f59ea8de230bb289b02649cd575560e4c71e0d (patch) | |
tree | eae797f7211f5c20b5be446f4fa649681b374597 /science/paje | |
parent | 3aa9b484131b5835a7875ba57cac901593286b35 (diff) |
Notes
Diffstat (limited to 'science/paje')
-rw-r--r-- | science/paje/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/science/paje/Makefile b/science/paje/Makefile index 6d5abf6036a8..c933321dd68f 100644 --- a/science/paje/Makefile +++ b/science/paje/Makefile @@ -11,19 +11,18 @@ CATEGORIES= science MASTER_SITES= http://download.fr2.forge.objectweb.org/ \ http://download.forge.objectweb.org/paje/ \ http://download.zh.forge.objectweb.org/paje/ \ - http://io.debian.net/~tar/ports/distfiles/ + ${MASTER_SITE_GNUSTEP_CH} DISTNAME= Paje_${PORTVERSION} MAINTAINER= gurkan@linuks.mine.nu COMMENT= Generic visualization tool for GNUstep (Gantt chart and more) -WRKSRC= ${WRKDIR}/${DISTNAME} -USE_GMAKE= yes USE_GNUSTEP= yes USE_GNUSTEP_PREFIX= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes -MAKEFILE= GNUmakefile + +WRKSRC= ${WRKDIR}/${DISTNAME} .include <bsd.port.mk> |