1bf4b2310b
(freebsd-emulation@FreeBSD.org -> emulation@FreeBSD.org) Discussed with: netchild (emulation)
27 lines
651 B
Makefile
27 lines
651 B
Makefile
# New ports collection makefile for: linux-libaudiofile
|
|
# Date created: 01/09/18
|
|
# Whom: taoka@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libaudiofile
|
|
PORTVERSION= 0.2.6
|
|
PORTREVISION= 4
|
|
CATEGORIES= audio linux
|
|
MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER}
|
|
DISTNAME= audiofile-${PORTVERSION}-2
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= RPM of audiofile
|
|
|
|
CONFLICTS= linux-f8-libaudiofile-[0-9]* linux-f10-libaudiofile-[0-9]*
|
|
|
|
USE_LINUX_RPM= yes
|
|
LINUX_DIST_VER= 4
|
|
USE_LDCONFIG= yes
|
|
BRANDELF_DIRS= usr/bin
|
|
PLIST= pkg-plist.${LINUX_RPM_ARCH}
|
|
PLIST_SUB+= LIBAUDIOFILE_VERSION="${PORTVERSION}"
|
|
|
|
.include <bsd.port.mk>
|