1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/audio/musica/Makefile
2014-12-10 22:29:14 +00:00

27 lines
480 B
Makefile

# Created by: Pietro Cerutti <gahr@gahr.ch>
# $FreeBSD$
PORTNAME= musica
PORTVERSION= 1.1.4
PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://ict.ewi.tudelft.nl/~erik/open-source/musica/
MAINTAINER= ports@FreeBSD.org
COMMENT= GTK based midi player
LICENSE= GPLv2
USE_GNOME= gtk12
GNU_CONFIGURE= yes
USES= gmake
PLIST_FILES= bin/musica
post-patch:
${REINPLACE_CMD} -e 's|char|const char|g' \
${WRKSRC}/src/*.xpm ${WRKSRC}/include/pixmaps.hh
.include <bsd.port.mk>