diff options
author | Rene Ladan <rene@FreeBSD.org> | 2014-03-06 12:13:54 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2014-03-06 12:13:54 +0000 |
commit | 4260becf394dc78ad5b696b38eb1e3b47e32f8c1 (patch) | |
tree | 2e152eed9e20c5d8bf7d697a34d59a56f7bc22ab /audio/bmp-fc/Makefile | |
parent | - Update to 0.14 (diff) |
Remove expired ports:
2014-03-05 databases/mysqlard: Abandonware
2014-03-05 print/acrobatviewer: Abandoned, outdated (no updates since 1999)
2014-03-06 multimedia/castpodder: Depends on deprecated multimedia/beep-media-player
2014-03-06 audio/bmp-modplug: Abandonware, please consider using multimedia/audacious instead
2014-03-06 audio/bmp-fc: Abandonware, please consider using multimedia/audacious instead
2014-03-06 graphics/bmp-rootvis: Abandonware, please consider using multimedia/audacious instead
2014-03-06 deskutils/bmp-docklet: Abandonware, please consider using multimedia/audacious instead
2014-03-06 audio/bmp-festalon: Abandonware, please consider using multimedia/audacious instead
2014-03-06 audio/bmp-faad: Abandonware, please consider using multimedia/audacious instead
2014-03-06 audio/bmp-flac: Abandonware, please consider using multimedia/audacious instead
2014-03-06 audio/bmp-wma: Abandonware, please consider using multimedia/audacious instead
2014-03-06 multimedia/py-pybmp: Abandonware, please consider using multimedia/audacious instead
2014-03-06 audio/bmp-mac: Abandonware, please consider using multimedia/audacious instead
2014-03-06 audio/bmp-songchange: Abandonware, please consider using multimedia/audacious instead
2014-03-06 audio/bmp-htmlplaylist: Abandonware, please consider using multimedia/audacious instead
Diffstat (limited to 'audio/bmp-fc/Makefile')
-rw-r--r-- | audio/bmp-fc/Makefile | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/audio/bmp-fc/Makefile b/audio/bmp-fc/Makefile deleted file mode 100644 index 5dbf4fb59ab5..000000000000 --- a/audio/bmp-fc/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# Created by: Emanuel Haupt <ehaupt@critical.ch> -# $FreeBSD$ - -PORTNAME= bmp-fc -PORTVERSION= 0.1 -PORTREVISION= 7 -CATEGORIES= audio -MASTER_SITES= CRITICAL - -MAINTAINER= ehaupt@FreeBSD.org -COMMENT= Future Composer input plug-in for beep-media-player - -DEPRECATED= Abandonware, please consider using multimedia/audacious instead -EXPIRATION_DATE= 2014-03-06 - -LICENSE= GPLv2 - -LIB_DEPENDS= libbeep.so:${PORTSDIR}/multimedia/beep-media-player - -USES= pkgconfig -USE_BZIP2= yes -GNU_CONFIGURE= yes -USE_LDCONFIG= yes - -PLIST_FILES= lib/bmp/Input/libfc.so lib/bmp/Input/libfc.la - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 1000000 -BROKEN= does not build on FreeBSD 10.x and later -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|\(objformat=\).*|\1elf|' ${WRKSRC}/configure - -.include <bsd.port.post.mk> |