aboutsummaryrefslogtreecommitdiff
path: root/audio/tunesbrowser/Makefile
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2005-02-03 03:32:26 +0000
committerMichael Johnson <ahze@FreeBSD.org>2005-02-03 03:32:26 +0000
commitc1484c4f49c76f280668151242032c5950ea33bd (patch)
tree9628be53835e12c66741e3035b7c7f8536d2064a /audio/tunesbrowser/Makefile
parent014f8392212904e96abe053bc248520e890cef46 (diff)
downloadports-c1484c4f49c76f280668151242032c5950ea33bd.tar.gz
ports-c1484c4f49c76f280668151242032c5950ea33bd.zip
Notes
Diffstat (limited to 'audio/tunesbrowser/Makefile')
-rw-r--r--audio/tunesbrowser/Makefile11
1 files changed, 1 insertions, 10 deletions
diff --git a/audio/tunesbrowser/Makefile b/audio/tunesbrowser/Makefile
index 951a5de33afb..98a961cd01eb 100644
--- a/audio/tunesbrowser/Makefile
+++ b/audio/tunesbrowser/Makefile
@@ -18,23 +18,14 @@ LIB_DEPENDS= opendaap.0:${PORTSDIR}/devel/libopendaap
USE_BZIP2= yes
USE_INC_LIBTOOL_VER=15
USE_X_PREFIX= yes
-USE_GNOME= libglade2 gstreamerplugins gnometarget gnomehack
+USE_GNOME= libglade2 gstreamerplugins gnometarget gnomehack gnomeprefix
DATADIR= ${PREFIX}/share/gnome/${PORTNAME}
-PLIST_FILES= bin/tunesbrowser \
- %%DATADIR%%/tunesbrowser.glade
-PLIST_DIRS= %%DATADIR%%
-
pre-everything::
@${ECHO_MSG} '===>'
@${ECHO_MSG} '===> Warning: ${PORTNAME} is extremelly buggy, especially'
@${ECHO_MSG} '===> on the FreeBSD 4.x branch, and may not run at all'
@${ECHO_MSG} '===>'
-do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/tunesbrowser ${PREFIX}/bin
- @${MKDIR} ${DATADIR}
- @${INSTALL_DATA} ${WRKSRC}/tunesbrowser.glade ${DATADIR}
-
.include <bsd.port.mk>