aboutsummaryrefslogtreecommitdiff
path: root/deskutils/etoile-hardware/Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2006-12-24 20:25:57 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2006-12-24 20:25:57 +0000
commit75e0e36aa275c4bd82e9da01dbb2979cc1c18f94 (patch)
tree099ab8e75f8d28d0a62edb6c137a4775f39a6473 /deskutils/etoile-hardware/Makefile
parenteb98ed0b47ee8d2fffb9fea90f28ddb9c6fdcc72 (diff)
downloadports-75e0e36aa275c4bd82e9da01dbb2979cc1c18f94.tar.gz
ports-75e0e36aa275c4bd82e9da01dbb2979cc1c18f94.zip
- update to snapshot 20061221
Notes
Notes: svn path=/head/; revision=180667
Diffstat (limited to 'deskutils/etoile-hardware/Makefile')
-rw-r--r--deskutils/etoile-hardware/Makefile18
1 files changed, 10 insertions, 8 deletions
diff --git a/deskutils/etoile-hardware/Makefile b/deskutils/etoile-hardware/Makefile
index 159a807260c5..fb6082b8cae5 100644
--- a/deskutils/etoile-hardware/Makefile
+++ b/deskutils/etoile-hardware/Makefile
@@ -8,25 +8,27 @@
PORTNAME= hardware
PORTVERSION= 0.1.${SNAPSHOT}
CATEGORIES= deskutils
-MASTER_SITES= http://io.debian.net/~tar/ports/distfiles/
+MASTER_SITES= ${MASTER_SITE_LOCAL} \
+ http://people.freebsd.org/~%%SUBDIR%%/distfiles/
+MASTER_SITE_SUBDIR= dinoex
PKGNAMEPREFIX= etoile-
-DISTNAME= etoile_0+${SNAPSHOT}+dfsg.orig
+DISTNAME= Etoile-${SNAPSHOT}
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Etoile Project Hardware application
-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
-USE_GNUSTEP_SYSTEM_LIBS+= PreferencesKit:${PREFERENCESKIT_PORT}
+USE_GNUSTEP_LOCAL_LIBS+= PaneKit:${PANEKIT_PORT}
+
+SNAPSHOT= 20061221
+WRKSRC= ${WRKDIR}/Etoile/
USE_GNUSTEP_MAKE_DIRS+= Services/User/Hardware
-PREFERENCESKIT_PORT?= deskutils/etoile-preferenceskit
+PANEKIT_PORT?= deskutils/etoile-panekit
.include <bsd.port.mk>