mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
29 lines
658 B
Makefile
29 lines
658 B
Makefile
|
# New ports collection makefile for: xmms-ahx
|
||
|
# Date created: 2 June 2005
|
||
|
# Whom: Emanuel Haupt <ehaupt@critical.ch>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= xmms-ahx
|
||
|
PORTVERSION= 0.6
|
||
|
CATEGORIES= audio
|
||
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
|
||
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||
|
|
||
|
MAINTAINER= ehaupt@critical.ch
|
||
|
COMMENT= XMMS plugin for playing AHX tunes
|
||
|
|
||
|
BUILD_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
|
||
|
RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
|
||
|
|
||
|
PLIST_FILES= lib/xmms/Input/libahx.so
|
||
|
|
||
|
USE_X_PREFIX= yes
|
||
|
USE_LIBTOOL_VER=15
|
||
|
USE_GMAKE= yes
|
||
|
USE_GNOME= gtk12
|
||
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
|
||
|
|
||
|
.include <bsd.port.mk>
|