mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
7f4572eae4
With hat: portmgr Sponsored by: Absolight
28 lines
571 B
Makefile
28 lines
571 B
Makefile
# Created by: Emanuel Haupt <ehaupt@critical.ch>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xmms-ahx
|
|
PORTVERSION= 0.6
|
|
PORTREVISION= 6
|
|
CATEGORIES= audio
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}.tar.gz
|
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
|
COMMENT= XMMS plugin for playing AHX tunes
|
|
|
|
LICENSE= GPLv2
|
|
|
|
BUILD_DEPENDS= xmms:multimedia/xmms
|
|
RUN_DEPENDS= xmms:multimedia/xmms
|
|
|
|
PLIST_FILES= lib/xmms/Input/libahx.so
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= gmake libtool
|
|
USE_GNOME= gtk12
|
|
USE_LDCONFIG= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
.include <bsd.port.mk>
|