You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
874 B
37 lines
874 B
10 years ago
|
# -*-mode: makefile-*-
|
||
|
# Created by: slavek.banko@axis.cz
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
.include <../../trinity.port.mk>
|
||
|
|
||
|
PORTNAME= arts-trinity
|
||
|
COMMENT= aRts (analog realtime synthesizer) - the TDE sound system
|
||
|
TDE_PREVERSION= ~pre5+58dd759f
|
||
|
MASTER_SITE_SUBDIR= a/${PORTNAME}
|
||
|
PORTREVISION= 0
|
||
|
CATEGORIES= audio
|
||
|
DIST_SUBDIR= TDE/dependencies
|
||
|
|
||
|
|
||
|
LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface \
|
||
|
libasound.so:${PORTSDIR}/audio/alsa-lib \
|
||
|
libaudiofile.so:${PORTSDIR}/audio/libaudiofile \
|
||
|
libglib-2.0.so:${PORTSDIR}/devel/glib20 \
|
||
|
libvorbis.so:${PORTSDIR}/audio/libvorbis \
|
||
|
libogg.so:${PORTSDIR}/audio/libogg \
|
||
|
libmad.so:${PORTSDIR}/audio/libmad \
|
||
|
|
||
|
# Build
|
||
|
post-patch: tde-pathfix
|
||
|
|
||
|
do-configure: tde-cmake-prepare
|
||
|
${TDE_CMAKE_CONFIGURE} \
|
||
|
-DWITH_GCC_VISIBILITY="ON"
|
||
|
|
||
|
do-build: tde-cmake-build
|
||
|
|
||
|
do-install: tde-cmake-install
|
||
|
|
||
|
.include <bsd.port.mk>
|