summaryrefslogtreecommitdiff
path: root/audio/mp3encode/Makefile
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2007-01-25 10:40:18 +0000
committerVasil Dimov <vd@FreeBSD.org>2007-01-25 10:40:18 +0000
commiteb87635fb6fa4d9d07880883bc35272ad9289462 (patch)
tree015d29e32374ecfde2c8fbd2d7963129d033bc38 /audio/mp3encode/Makefile
parentGet rid of audio/mp3encode dependency, it is deprecated and will be removed (diff)
Remove expired leaf port:
2006-12-27 audio/mp3encode: is unfetchable and has no homepage
Notes
Notes: svn path=/head/; revision=183243
Diffstat (limited to 'audio/mp3encode/Makefile')
-rw-r--r--audio/mp3encode/Makefile54
1 files changed, 0 insertions, 54 deletions
diff --git a/audio/mp3encode/Makefile b/audio/mp3encode/Makefile
deleted file mode 100644
index 20acff96b105..000000000000
--- a/audio/mp3encode/Makefile
+++ /dev/null
@@ -1,54 +0,0 @@
-# New ports collection makefile for: mp3encode
-# Date created: 5th August, 1998
-# Whom: Joel Sutton <jsutton@bbcon.com.au>
-#
-# $FreeBSD$
-#
-
-PORTNAME= mp3encode
-PORTVERSION= 1.10
-PORTREVISION= 2
-CATEGORIES= audio
-MASTER_SITES= ftp://ftp.sunet.se/pub/multimedia/Berkeley/mpeg2/conformance-bitstreams/audio/mpeg2/software/technical_report/
-DISTNAME= dist10
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= MPEG layer I, II and III audio file encoder
-
-RESTRICTED= Condition is not clear
-DEPRECATED= is unfetchable and has no homepage
-EXPIRATION_DATE= 2006-12-27
-
-WRKSRC= ${WRKDIR}/${DISTNAME}/lsf/encoder
-
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-MAKE_ARGS+= CC="${CC}"
-ALL_TARGET= encode
-
-# Directories and extra files
-#
-TABLE_LIB= ${PREFIX}/share/mp3encode
-TABLE_LIB_SED= ${TABLE_LIB:S/\//\\\//g}
-TABLE_FILES= 1cb0 1cb1 1cb2 1cb4 1cb5 1cb6 1th0 1th1 1th2 1th4 1th5 1th6 \
- 2cb0 2cb1 2cb2 2cb4 2cb5 2cb6 2th0 2th1 2th2 2th4 2th5 2th6 \
- absthr_0 absthr_1 absthr_2 alloc_0 alloc_1 alloc_2 alloc_3 \
- alloc_4 dewindow enwindow huffcode huffdec psy_data
-
-PLIST_FILES= bin/encode ${TABLE_FILES:S|^|share/mp3encode/|}
-PLIST_DIRS= share/mp3encode
-
-post-patch:
- @${ECHO_MSG} "===> Specifing table path "
- @${REINPLACE_CMD} -e "s/ZAP/${TABLE_LIB_SED}/g" ${WRKSRC}/common.h
-
-do-install:
- @${ECHO_MSG} "===> Installing binaries"
- ${INSTALL_PROGRAM} ${WRKSRC}/encode ${PREFIX}/bin
- @${ECHO_MSG} "===> Installing table files"
- -${MKDIR} ${TABLE_LIB}
-.for file in ${TABLE_FILES}
- ${INSTALL_DATA} ${WRKSRC}/tables/${file} ${TABLE_LIB}
-.endfor
-
-.include <bsd.port.mk>