aboutsummaryrefslogtreecommitdiff
path: root/audio/musica/Makefile
blob: aa6e01133ee67b8ab90fa263a9abd588d5af463e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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://ict.ewi.tudelft.nl/~erik/open-source/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>