diff options
Diffstat (limited to 'audio/pidgin-musictracker/Makefile')
-rw-r--r-- | audio/pidgin-musictracker/Makefile | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/audio/pidgin-musictracker/Makefile b/audio/pidgin-musictracker/Makefile deleted file mode 100644 index d06453e86ab2..000000000000 --- a/audio/pidgin-musictracker/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# Created by: ports@c0decafe.net -# $FreeBSD$ - -PORTNAME= musictracker -PORTVERSION= 0.4.1 -PORTREVISION= 11 -CATEGORIES= audio -MASTER_SITES= GOOGLE_CODE -PKGNAMEPREFIX= pidgin- - -MAINTAINER= ports@FreeBSD.org -COMMENT= Plugin for Pidgin to displays the music track currently playing - -LICENSE= GPLv2 - -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 - -BUILD_DEPENDS= ${LOCALBASE}/include/pidgin/pidgin.h:net-im/pidgin -RUN_DEPENDS= pidgin:net-im/pidgin -LIB_DEPENDS= libpcre.so:devel/pcre - -USES= gmake libtool pkgconfig tar:bzip2 -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-static -CPPFLAGS+= -I${LOCALBASE}/include -Wno-return-type -LDFLAGS+= -L${LOCALBASE}/lib -INSTALL_TARGET= install-strip - -PLIST_FILES= lib/pidgin/musictracker.so - -.include <bsd.port.mk> |