21 lines
454 B
Makefile
21 lines
454 B
Makefile
|
# Created by: Piotr Kubaj <pkubaj@anongoth.pl>
|
||
|
# $FreeBSD$
|
||
|
|
||
|
PORTNAME= audiofile
|
||
|
PORTVERSION= 0.3.6
|
||
|
CATEGORIES= audio linux
|
||
|
|
||
|
MAINTAINER= emulation@FreeBSD.org
|
||
|
COMMENT= Implementation of the Audio File Library (Linux CentOS ${LINUX_DIST_VER})
|
||
|
|
||
|
CONTFLICTS= linux-libaudiofile-[0-9]* linux-f10-libaudiofile-[0-9]*
|
||
|
|
||
|
RPMVERSION= 4.el7
|
||
|
USES= linux:c7
|
||
|
USE_LDCONFIG= yes
|
||
|
USE_LINUX_RPM= yes
|
||
|
|
||
|
DESCR= ${.CURDIR}/../lib${PORTNAME}/pkg-descr
|
||
|
|
||
|
.include <bsd.port.mk>
|