mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
2f2814513d
Approved by: portmgr (bapt)
29 lines
756 B
Makefile
29 lines
756 B
Makefile
# Created by: bsam
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= lib${LINUX_NAME}
|
|
PORTVERSION= 0.2.6
|
|
CATEGORIES= audio linux
|
|
MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER}
|
|
PKGNAMEPREFIX= linux-f10-
|
|
DISTNAME= ${LINUX_NAME}-${PORTVERSION}-${RPMVERSION}
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= Implementation of the Audio File Library from SGI (Linux Fedora 10)
|
|
|
|
FORBIDDEN= http://www.freshports.org/vuxml.php?vid=09f47c51-c1a6-11e3-a5ac-001b21614864
|
|
|
|
CONTFLICTS= linux-libaudiofile-[0-9]* linux-f8-libaudiofile-[0-9]*
|
|
|
|
USE_LINUX_RPM= yes
|
|
LINUX_NAME= audiofile
|
|
LINUX_DIST_VER= 10
|
|
RPMVERSION= 9.fc10
|
|
BRANDELF_DIRS= usr/bin
|
|
USE_LDCONFIG= yes
|
|
PLIST= ${PKGDIR}/pkg-plist.${LINUX_RPM_ARCH}
|
|
|
|
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
|
|
|
|
.include <bsd.port.mk>
|