diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-03 11:18:58 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-03 11:18:58 +0000 |
commit | b89a8a87c2cf764f53d22f8152cb5376164096b7 (patch) | |
tree | 4db875f88a9baef97c1bb7ebf074d3599234f6a2 /audio | |
parent | d286a8842e6dd1b3c5dc6308496295ed7446615d (diff) | |
download | ports-b89a8a87c2cf764f53d22f8152cb5376164096b7.tar.gz ports-b89a8a87c2cf764f53d22f8152cb5376164096b7.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xmms-infopipe/Makefile | 39 | ||||
-rw-r--r-- | audio/xmms-infopipe/pkg-plist | 8 |
2 files changed, 27 insertions, 20 deletions
diff --git a/audio/xmms-infopipe/Makefile b/audio/xmms-infopipe/Makefile index 0bfa5fdd8dc0..08becb61a277 100644 --- a/audio/xmms-infopipe/Makefile +++ b/audio/xmms-infopipe/Makefile @@ -1,23 +1,36 @@ # New ports collection makefile for: xmms-infopipe -# Date created: 14 July 2003 -# Whom: mig +# Date created: 14 July 2003 +# Whom: mig # # $FreeBSD$ # -PORTNAME= xmms-infopipe -PORTVERSION= 1.3 -CATEGORIES= audio -MASTER_SITES= http://www.beastwithin.org/users/wwwwolf/code/xmms/ -MASTER_SITE_SUBDIR= ${PORTNAME} +PORTNAME= xmms-infopipe +PORTVERSION= 1.3 +PORTREVISION= 1 +CATEGORIES= audio +MASTER_SITES= http://www.beastwithin.org/users/wwwwolf/code/xmms/ +MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= mig@mig-29.net -COMMENT= Create a named pipe to retrive xmms info about currently playing song +MAINTAINER= mig@mig-29.net +COMMENT= Create a named pipe to retrive xmms info about currently playing song -RUN_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms +RUN_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms -USE_X_PREFIX= yes -USE_GNOME= gtk12 -GNU_CONFIGURE= yes +USE_X_PREFIX= yes +USE_GNOME= gtk12 +USE_GMAKE= yes +GNU_CONFIGURE= yes + +LIBDIR?= ${PREFIX}/lib/xmms/General +SRCLIBDIR?= src/.libs + +INSTALLS_SHLIB= yes +LDCONFIG_DIRS= %%X11BASE%%/lib/xmms/General + +do-install: + cd ${WRKSRC}/${SRCLIBDIR};\ + ${MKDIR} ${LIBDIR};\ + ${INSTALL_PROGRAM} libinfopipe-1.3.so.1 ${LIBDIR}/libinfopipe.so .include <bsd.port.mk> diff --git a/audio/xmms-infopipe/pkg-plist b/audio/xmms-infopipe/pkg-plist index 2a41bfefe207..cabea48c1ebb 100644 --- a/audio/xmms-infopipe/pkg-plist +++ b/audio/xmms-infopipe/pkg-plist @@ -1,7 +1 @@ -lib/xmms/General/libinfopipe-1.3.so.1 -@exec ln -s %D/lib/xmms/General/libinfopipe-1.3.so.1 %D/lib/xmms/General/libinfopipe-1.3.so -@exec ln -s %D/lib/xmms/General/libinfopipe-1.3.so.1 %D/lib/xmms/General/libinfopipe.so -lib/xmms/General/libinfopipe.la -lib/xmms/General/libinfopipe.a -@unexec rm %D/lib/xmms/General/libinfopipe-1.3.so -@unexec rm %D/lib/xmms/General/libinfopipe.so +lib/xmms/General/libinfopipe.so |