diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-12-24 23:00:09 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-12-24 23:00:09 +0000 |
commit | c8d466e86b3fc99ad8f34bf1d2743f6f5d346a2d (patch) | |
tree | 1bb0443c6249320eb2cc250728492faf6023d392 /deskutils/etoile-dictionaryreader/Makefile | |
parent | fefce752db3910a5195120ffac2417f6c487fdfa (diff) | |
download | ports-c8d466e86b3fc99ad8f34bf1d2743f6f5d346a2d.tar.gz ports-c8d466e86b3fc99ad8f34bf1d2743f6f5d346a2d.zip |
Notes
Diffstat (limited to 'deskutils/etoile-dictionaryreader/Makefile')
-rw-r--r-- | deskutils/etoile-dictionaryreader/Makefile | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/deskutils/etoile-dictionaryreader/Makefile b/deskutils/etoile-dictionaryreader/Makefile index b988936673b1..ae5b26321646 100644 --- a/deskutils/etoile-dictionaryreader/Makefile +++ b/deskutils/etoile-dictionaryreader/Makefile @@ -1,29 +1,31 @@ -# New ports collection makefile for: etoile +# New ports collection makefile for: etoile-dictionaryreader # Date created: 4 Sep 2006 # Whom: gurkan@linuks.mine.nu # # $FreeBSD$ # -PORTNAME= etoile +PORTNAME= dictionaryreader PORTVERSION= 0.1.${SNAPSHOT} -PORTREVISION= 1 CATEGORIES= deskutils -MASTER_SITES= http://io.debian.net/~tar/ports/distfiles/ -DISTNAME= etoile_0+${SNAPSHOT}+dfsg.orig +MASTER_SITES= ${MASTER_SITE_LOCAL} \ + http://people.freebsd.org/~%%SUBDIR%%/distfiles/ +MASTER_SITE_SUBDIR= dinoex +PKGNAMEPREFIX= etoile- +DISTNAME= Etoile-${SNAPSHOT} MAINTAINER= gurkan@linuks.mine.nu -COMMENT= Etoile Project software for GNUstep +COMMENT= Dict client for GNUstep -SNAPSHOT= 20060917 -WRKSRC= ${WRKDIR}/etoile-0+${SNAPSHOT}+dfsg/Etoile/ -USE_GMAKE= yes +USE_BZIP2= yes USE_GNUSTEP= yes USE_GNUSTEP_PREFIX= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes -MAKEFILE= GNUmakefile + +SNAPSHOT= 20061221 +WRKSRC= ${WRKDIR}/Etoile/ USE_GNUSTEP_MAKE_DIRS+= Services/User/DictionaryReader .include <bsd.port.mk> |