diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-12-29 17:53:21 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-12-29 17:53:21 +0000 |
commit | 06d2469bed45f0bc8b4d91f0973d1c03377c26c0 (patch) | |
tree | 99b37b8c95827c1638d09288cce034a61280e6a2 /multimedia/etoile-babbler/Makefile | |
parent | cf8ab0b68d1b2dc7b4e439ccfc8fedbd8d90a50e (diff) | |
download | ports-06d2469bed45f0bc8b4d91f0973d1c03377c26c0.tar.gz ports-06d2469bed45f0bc8b4d91f0973d1c03377c26c0.zip |
Notes
Diffstat (limited to 'multimedia/etoile-babbler/Makefile')
-rw-r--r-- | multimedia/etoile-babbler/Makefile | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/multimedia/etoile-babbler/Makefile b/multimedia/etoile-babbler/Makefile new file mode 100644 index 000000000000..15a806630341 --- /dev/null +++ b/multimedia/etoile-babbler/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: etoile-babbler +# Date created: 22 Dec 2006 +# Whom: dirk.meyer@dinoex.sub.org +# +# $FreeBSD$ +# + +PORTNAME= babbler +PORTVERSION= 0.1.${SNAPSHOT} +CATEGORIES= multimedia +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= dinoex +PKGNAMEPREFIX= etoile- +DISTNAME= Etoile-${SNAPSHOT} + +MAINTAINER= dinoex@FreeBSD.org +COMMENT= Simple media player for Etoile + +USE_BZIP2= yes +USE_GNUSTEP= yes +USE_GNUSTEP_PREFIX= yes +USE_GNUSTEP_BACK= yes +USE_GNUSTEP_BUILD= yes +USE_GNUSTEP_INSTALL= yes +USE_GNUSTEP_SYSTEM_LIBS+= XWindowServerKit:${XWINDOWSERVERKIT_PORT} +USE_GNUSTEP_LOCAL_LIBS+= MultimediaKit:${MULTIMEDIAKIT_PORT} + +SNAPSHOT= 20061221 +WRKSRC= ${WRKDIR}/Etoile/ +USE_GNUSTEP_MAKE_DIRS+= Services/User/Babbler + +XWINDOWSERVERKIT_PORT?= x11/etoile-xwindowserverkit +MULTIMEDIAKIT_PORT?= multimedia/etoile-multimediakit + +.include <bsd.port.mk> |