mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
f6f9c02e7e
. bump PORTREVISIONs.
27 lines
589 B
Makefile
27 lines
589 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
|
|
DISTNAME= audiofile-${PORTVERSION}-2
|
|
|
|
MAINTAINER= freebsd-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>
|