freebsd-ports/audio/linux-esound/Makefile
Boris Samorodov 7aec2c3eab Finish repocopies of new linux-f8 infrastructure ports:
. add CONFLICTS to 47 original ports;
. bump PORTREVISIONs for all of them;
. pet portlint for 2-3 ports (misplaced PORTREVISION).
2009-04-01 10:10:16 +00:00

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>