mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
6527ef2070
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
29 lines
606 B
Makefile
29 lines
606 B
Makefile
# New ports collection makefile for: musica
|
|
# Date created: 18 December 2007
|
|
# Whom: Pietro Cerutti <gahr@gahr.ch>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= musica
|
|
PORTVERSION= 1.1.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www-ict.its.tudelft.nl/~erik/open-source/musica/ \
|
|
http://www.gahr.ch/FreeBSD/musica/
|
|
|
|
MAINTAINER= gahr@FreeBSD.org
|
|
COMMENT= GTK based midi player
|
|
|
|
USE_GNOME= gtk12
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
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>
|