7aec2c3eab
. add CONFLICTS to 47 original ports; . bump PORTREVISIONs for all of them; . pet portlint for 2-3 ports (misplaced PORTREVISION).
27 lines
570 B
Makefile
27 lines
570 B
Makefile
# New ports collection makefile for: linux-esound
|
|
# Date created: 01/09/18
|
|
# Whom: taoka@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= esound
|
|
PORTVERSION= 0.2.36
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio linux
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-0.fc4.1
|
|
|
|
MAINTAINER= freebsd-emulation@FreeBSD.org
|
|
COMMENT= RPM of esound
|
|
|
|
CONFLICTS= linux-f8-esound-[0-9]*
|
|
|
|
USE_LINUX_RPM= yes
|
|
USE_LINUX_APPS= libaudiofile
|
|
LINUX_DIST_VER= 4
|
|
USE_LDCONFIG= yes
|
|
BRANDELF_DIRS= usr/bin
|
|
PLIST= pkg-plist.${LINUX_RPM_ARCH}
|
|
PLIST_SUB+= ESOUND_VERSION="${PORTVERSION}"
|
|
|
|
.include <bsd.port.mk>
|