Import audio/clementine-player version 1.2.1_7
[dports.git] / audio / gtick / Makefile
1 # Created by: Liam J. Foy <liamfoy@sepulcrum.org>
2 # $FreeBSD$
3
4 PORTNAME=       gtick
5 PORTVERSION=    0.5.2
6 CATEGORIES=     audio
7 MASTER_SITES=   http://www.antcom.de/gtick/download/ CENKES
8
9 MAINTAINER=     martymac@FreeBSD.org
10 COMMENT=        A metronome application
11
12 LICENSE=        GPLv3
13
14 LIB_DEPENDS=    libsndfile.so:${PORTSDIR}/audio/libsndfile \
15                 libpulse-simple.so:${PORTSDIR}/audio/pulseaudio
16
17 USES=           pkgconfig
18 GNU_CONFIGURE=  yes
19 USE_GNOME=      gtk20
20 LDFLAGS+=       -L${LOCALBASE}/lib
21
22 OPTIONS_DEFINE= NLS
23 OPTIONS_SUB=    yes
24 NLS_USES=       gettext
25 NLS_CONFIGURE_ENABLE=   nls
26
27 post-patch:
28         @${REINPLACE_CMD} -e 's|-O2||' ${WRKSRC}/configure
29
30 .include <bsd.port.mk>