505daaf521
While here: - audio/esound: * use @sample * use install-strip target to strip binaires - audio/Maaate: * strip binaries - audio/xmms-festalon: * strip binaries - audio/freealut * strip binaries
26 lines
635 B
Makefile
26 lines
635 B
Makefile
# Created by: Emanuel Haupt <ehaupt@critical.ch>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMEPREFIX= xmms-
|
|
|
|
COMMENT= XMMS plugin for playing .nsf and .hes audio files
|
|
|
|
MASTERDIR= ${.CURDIR}/../festalon
|
|
|
|
BUILD_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
|
|
RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
|
|
|
|
USE_GNOME= glib12
|
|
CONFIGURE_ARGS+= --enable-interface=interface
|
|
INSTALL_TARGET= install-strip
|
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
PLIST_FILES= lib/xmms/Input/libfestalon_xmms.a \
|
|
lib/xmms/Input/libfestalon_xmms.so \
|
|
lib/xmms/Input/libfestalon_xmms.so.0 \
|
|
lib/xmms/Input/libfestalon_xmms.so.0.0.0
|
|
|
|
|
|
.include "${MASTERDIR}/Makefile"
|