diff options
Diffstat (limited to 'audio/kmp3/Makefile')
-rw-r--r-- | audio/kmp3/Makefile | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/audio/kmp3/Makefile b/audio/kmp3/Makefile deleted file mode 100644 index 7eaf87735c5d..000000000000 --- a/audio/kmp3/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: kmpg -# Date created: 24 May 1999 -# Whom: Oscar Bonilla <obonilla@fisicc-ufm.edu> -# -# $FreeBSD$ -# - -PORTNAME= kmp3 -PORTVERSION= 1.0 -CATEGORIES= audio kde -MASTER_SITES= http://area51.mfh-iserlohn.de/kmp3/tarballs/ - -MAINTAINER= mbr@FreeBSD.org - -LIB_DEPENDS= QwSpriteField.7:${PORTSDIR}/converters/kdesupport11 - -USE_KDELIBS_VER=1 -GNU_CONFIGURE= yes -USE_GMAKE= yes -WRKSRC= ${WRKDIR}/kmp3 - -pre-configure: - ${PERL} -pi.orig -e 's|-O4 -m486|${CFLAGS}|' ${WRKSRC}/src/mpeg/configure - -.include <bsd.port.mk> |