/devel/cppadvio/

a> : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/audio/linux-f10-esound/Makefile
blob: ae5afa0f3b79be28c784f3f80bbf0092a61e581d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# New ports collection makefile for: linux-esound
# Date created:     01/09/18
# Whom:                 taoka@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=   esound
CATEGORIES= audio linux
PORTVERSION=    0.2.36
DISTNAME=   ${PORTNAME}-${PORTVERSION}-0.fc4.1

MAINTAINER= freebsd-emulation@FreeBSD.org
COMMENT=    RPM of esound

NOT_FOR_ARCHS=  amd64

RUN_DEPENDS=    ${LINUXBASE}/usr/lib/libaudiofile.so.0:${PORTSDIR}/audio/linux-libaudiofile

USE_LINUX_RPM=  yes
LINUX_DIST_VER= 4
INSTALLS_SHLIB= yes
BRANDELF_DIRS=  usr/bin
PLIST=      pkg-plist.${LINUX_RPM_ARCH}
PLIST_SUB+= ESOUND_VERSION="${PORTVERSION}"

.include <bsd.port.mk>