diff options
Diffstat (limited to 'audio/liteamp/Makefile')
-rw-r--r-- | audio/liteamp/Makefile | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/audio/liteamp/Makefile b/audio/liteamp/Makefile deleted file mode 100644 index 7a54b0eaa8b8..000000000000 --- a/audio/liteamp/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# Created by: Hye-Shik Chang <perky@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= liteamp -PORTVERSION= 0.2.4.2 -PORTREVISION= 2 -CATEGORIES= audio gnome -MASTER_SITES= http://kldp.net/frs/download.php/1153/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Light-weight Music Player for GNOME2 - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING - -DEPRECATED= Dead upstream since 2004, does not build with clang -EXPIRATION_DATE= 2013-12-01 - -LIB_DEPENDS= id3tag.0:${PORTSDIR}/audio/libid3tag \ - ao.4:${PORTSDIR}/audio/libao \ - mad.2:${PORTSDIR}/audio/libmad \ - vorbisfile.6:${PORTSDIR}/audio/libvorbis - -USES= gmake pathfix gettext pkgconfig -NO_STAGE= yes -USE_GNOME= libgnomeui -GNU_CONFIGURE= yes -CONFIGURE_ARGS= LDFLAGS="${LDFLAGS}" - -MAN1= liteamp.1 - -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -post-patch: - @${REINPLACE_CMD} -e \ - '/-DGLADE_DIR/s|\\$$|| ; \ - /-DG.*_DISABLE_DEPRECATED/d' ${WRKSRC}/src/Makefile.in - -.include <bsd.port.mk> |