diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | 8503536d3896846d823f7f76be54e0a99da8d8b6 (patch) | |
tree | 1a89e4038216ead71b008f2a5091474964e1c341 /audio/xmms-mailnotify | |
parent | c20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff) |
Notes
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 |