blob: ec3405afa6fed8378ac5f656ff0cb08feb710df6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# New ports collection makefile for: audio/linux-f8-libaudiofile
# Date created: 2008-04-03
# Whom: bsam
#
# $FreeBSD$
#
PORTNAME= lib${LINUX_NAME}
PORTVERSION= 0.2.6
CATEGORIES= audio linux
PKGNAMEPREFIX= linux-f8-
DISTNAME= ${LINUX_NAME}-${PORTVERSION}-${RPMVERSION}
MAINTAINER= freebsd-emulation@FreeBSD.org
COMMENT= An implementation of the Audio File Library from SGI (Linux Fedora 8)
USE_LINUX_RPM= yes
LINUX_NAME= audiofile
LINUX_DIST_VER= 8
RPMVERSION= 7.fc8
BRANDELF_DIRS= usr/bin
USE_LDCONFIG= yes
PLIST= pkg-plist.${LINUX_RPM_ARCH}
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
.include <bsd.port.mk>
|