summaryrefslogtreecommitdiff
path: root/audio/linux-f10-esound/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/linux-f10-esound/Makefile')
-rw-r--r--audio/linux-f10-esound/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/audio/linux-f10-esound/Makefile b/audio/linux-f10-esound/Makefile
deleted file mode 100644
index 75e0234b1e02..000000000000
--- a/audio/linux-f10-esound/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# New ports collection makefile for: audio/linux-f8-esound
-# Date created: 2008-04-03
-# Whom: bsam
-#
-# $FreeBSD$
-#
-
-PORTNAME= esound
-PORTVERSION= 0.2.38
-CATEGORIES= audio linux
-PKGNAMEPREFIX= linux-f8-
-DISTNAME= ${LINUX_NAME}-${PORTVERSION}-${RPMVERSION}
-
-MAINTAINER= freebsd-emulation@FreeBSD.org
-COMMENT= RPM of esound (Linux Fedora 8)
-
-USE_LINUX_RPM= yes
-USE_LINUX_APPS= libaudiofile
-LINUX_NAME= ${PORTNAME}-libs
-LINUX_DIST_VER= 8
-RPMVERSION= 6.fc8
-USE_LDCONFIG= yes
-SRC_DISTFILES= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}${SRC_SUFX}
-
-PLIST_FILES= etc/esd.conf usr/lib/libesd.so.0 usr/lib/libesd.so.0.2.38 \
- usr/lib/libesddsp.so.0 usr/lib/libesddsp.so.0.2.38
-DOCSDIR= ${PREFIX}/usr/share/doc/${LINUX_NAME}-${PORTVERSION}
-PORTDOCS= AUTHORS COPYING.LIB ChangeLog NEWS README TIPS TODO esound.sgml
-DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
-
-.include <bsd.port.mk>