mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
6478ed46be
2. Introduce gtk2-engines into x11-toolkits/linux-gtk2. [1] Requested by: netchild [1] Approved by: netchild (mentor, implicit)
28 lines
604 B
Makefile
28 lines
604 B
Makefile
# 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>
|