diff options
author | ade <ade@FreeBSD.org> | 2006-02-23 18:40:44 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2006-02-23 18:40:44 +0800 |
commit | da880765886f48c0ac8fd253e5601d04ea853215 (patch) | |
tree | 55155f50e8a40ea2e2a16e2331e8cbb919b7d04f /audio/xmms-mailnotify | |
parent | ba4beb1ea11e6147a9b30969be42685d1c709e56 (diff) | |
download | freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.tar.gz freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.tar.zst freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.zip |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Diffstat (limited to 'audio/xmms-mailnotify')
-rw-r--r-- | audio/xmms-mailnotify/Makefile | 7 | ||||
-rw-r--r-- | audio/xmms-mailnotify/pkg-plist | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/audio/xmms-mailnotify/Makefile b/audio/xmms-mailnotify/Makefile index 44d8102ffe10..6b5f543ab159 100644 --- a/audio/xmms-mailnotify/Makefile +++ b/audio/xmms-mailnotify/Makefile @@ -6,7 +6,7 @@ PORTNAME= xmms-mailnotify PORTVERSION= 0.2.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= arved @@ -17,12 +17,15 @@ COMMENT= XMMS plugin, that plays a sound on incoming mail and opens the MUA LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms USE_X_PREFIX= yes -USE_AUTOTOOLS= libtool:13 +GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gtk12 INSTALLS_SHLIB= yes USE_REINPLACE= yes +PLIST_FILES= lib/xmms/General/libmailnotify.so \ + lib/xmms/General/alert.wav + post-patch: ${REINPLACE_CMD} -e "s,/usr/lib,${X11BASE}/lib," ${WRKSRC}/mailnotify.c diff --git a/audio/xmms-mailnotify/pkg-plist b/audio/xmms-mailnotify/pkg-plist deleted file mode 100644 index 68a00565d21b..000000000000 --- a/audio/xmms-mailnotify/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -lib/xmms/General/libmailnotify.so -lib/xmms/General/alert.wav |