mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
5163781803
While here: - Trim headers - Convert some USE_GNOME=pkgconfig to USES=pkgconfig - Add some missing pkgconf dependencies - Convert some USE_GNOME=gnomehack to USES=pathfix
25 lines
463 B
Makefile
25 lines
463 B
Makefile
# Created by: Pietro Cerutti <gahr@gahr.ch>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= musica
|
|
PORTVERSION= 1.1.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://ict.ewi.tudelft.nl/~erik/open-source/musica/
|
|
|
|
MAINTAINER= gahr@FreeBSD.org
|
|
COMMENT= GTK based midi player
|
|
|
|
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>
|