1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/audio/linux-f10-libaudiofile/Makefile
Boris Samorodov 3382571443 Use asolute path for PLIST (prepend ${PKGDIR} to PLIST).
It's more safe that a relative path.

Inspired by PR:		ports/169702
Submitted by:	Tijl Coosemans <tijl@coosemans.org>
Discussed at:	freebsd-emulation
2012-07-31 13:15:32 +00:00

31 lines
768 B
Makefile

# New ports collection makefile for: audio/linux-f10-libaudiofile
# Date created: 2009-05-03
# Whom: 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= An implementation of the Audio File Library from SGI (Linux Fedora 10)
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>