mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
f5bc71a9bf
Reported by: pointyhat Submitted by: Timothy Beyer <beyert@cs.ucr.edu>
32 lines
768 B
Makefile
32 lines
768 B
Makefile
# New ports collection makefile for: xmms-timidity
|
|
# Date created: 2009-01-05
|
|
# Whom: Timothy Beyer <beyert@cs.ucr.edu>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xmms-timidity
|
|
PORTVERSION= 0.0.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.shikadi.net/utils/files/
|
|
|
|
MAINTAINER= beyert@cs.ucr.edu
|
|
COMMENT= XMMS input plugin to play midi files (via timidity)
|
|
|
|
LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms
|
|
RUN_DEPENDS= timidity:${PORTSDIR}/audio/timidity
|
|
|
|
USE_LDCONFIG= ${PREFIX}/lib/xmms/Input
|
|
|
|
USE_BZIP2= yes
|
|
USE_GNOME= gtk12
|
|
CFLAGS+= -I${LOCALBASE}/include `glib-config --cflags` -g -fPIC
|
|
|
|
FILES= xmms-timidity.cpp
|
|
PLIST_FILES= lib/xmms/Input/libxmms-timidity.so
|
|
|
|
do-build:
|
|
(cd ${WRKSRC} && ${CXX} ${CFLAGS} -c ${FILES} -o xmms-timidity.o)
|
|
|
|
.include <bsd.port.mk>
|