aboutsummaryrefslogtreecommitdiffstats
path: root/audio/anthem/Makefile
blob: 9f60903b9a0b867a9025c508a6d9c1028ca1cd45 (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
28
29
30
31
32
33
34
35
36
37
# New ports collection makefile for:    anthem
# Date created:                         Wed Nov 12 14:10:12 PST 2003
# Whom:                                 Mathew Kanner <mat@hak.cnd.mcgill.ca>
#
# $FreeBSD$

PORTNAME=   anthem
PORTVERSION=    0.0.17
CATEGORIES= audio
MASTER_SITES=   http://people.freebsd.org/~lofi/

MAINTAINER= ports@FreeBSD.org
COMMENT=    A KDE midi sequencer

LIB_DEPENDS=    tse3:${PORTSDIR}/audio/tse3

GNU_CONFIGURE=  yes
USE_GMAKE=  yes
USE_KDELIBS_VER=3
USE_LIBTOOL_VER=15
USE_REINPLACE=  yes
INSTALLS_SHLIB= yes

CPPFLAGS+=  -DQT_NO_ASCII_CAST

post-configure:
    @${REINPLACE_CMD} -e 's|-Wall -g|${CFLAGS}|g' \
        ${WRKSRC}/anthem/dialogues/Makefile \
        ${WRKSRC}/anthem/gadgets/Makefile \
        ${WRKSRC}/anthem/misc/Makefile \
        ${WRKSRC}/anthem/phraseeditors/Makefile \
        ${WRKSRC}/anthem/settings/Makefile \
        ${WRKSRC}/anthem/songwindow/Makefile \
        ${WRKSRC}/anthem/tse3/kdeui/Makefile \
        ${WRKSRC}/Makefile

.include <bsd.port.mk>