freebsd-ports/audio/linux-c6-pulseaudio-libs/Makefile
Torsten Zuehlsdorff 8b62234838 Change all occurrences of xmj@chaot.net to johannes@perceivon.net as the owner requested.
This only affects "Created by" lines with one exception: devel/uclcmd. There the maintainer is changed. This was overlooked in r416918.

Approved by: junovitch (mentor)
2016-06-23 09:48:53 +00:00

31 lines
856 B
Makefile

# Created by: Johannes Meixner <johannes@perceivon.net>
# $FreeBSD$
PORTNAME= pulseaudio-libs
PORTVERSION= 0.9.21
PORTREVISION= 4
CATEGORIES= audio linux
DISTFILES:= # hack
LIB_DISTFILES= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}${EXTRACT_SUFX} \
${PORTNAME}-glib2-${PORTVERSION}-${RPMVERSION}${EXTRACT_SUFX}
MAINTAINER= emulation@FreeBSD.org
COMMENT= Libraries for PulseAudio clients (Linux CentOS ${LINUX_DIST_VER})
USE_LINUX= c6
USE_LINUX_RPM= yes
USE_LINUX_APPS= dbuslibs libasyncns libsndfile tcp_wrappers-libs xorglibs
RPMVERSION= 24.el6
USE_LDCONFIG= yes
DOCSDIR= ${PREFIX}/usr/share/doc/pulseaudio-${PORTVERSION}
DESCR= ${.CURDIR}/../pulseaudio/pkg-descr
SRC_DISTFILES= pulseaudio-${PORTVERSION}-${RPMVERSION}${SRC_SUFX}:SOURCE
post-extract:
@${RM} -r ${WRKSRC}/usr/bin ${WRKSRC}/etc/rc.d ${WRKSRC}/etc/sysconfig
.include <bsd.port.mk>