aboutsummaryrefslogtreecommitdiffstats
path: root/audio/gtick/Makefile
blob: 3471ab5fb11182e5b1f20c811aa98464f8cbbf22 (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
# Created by: Liam J. Foy <liamfoy@sepulcrum.org>
# $FreeBSD$

PORTNAME=   gtick
PORTVERSION=    0.5.4
PORTREVISION=   1
CATEGORIES= audio
MASTER_SITES=   http://www.antcom.de/gtick/download/

MAINTAINER= martymac@FreeBSD.org
COMMENT=    Metronome application

LICENSE=    GPLv3

LIB_DEPENDS=    libsndfile.so:audio/libsndfile \
        libpulse-simple.so:audio/pulseaudio

USES=       desktop-file-utils gnome pkgconfig
GNU_CONFIGURE=  yes
USE_GNOME=  gtk20
INSTALLS_ICONS= yes
LDFLAGS+=   -L${LOCALBASE}/lib

OPTIONS_DEFINE= NLS
OPTIONS_SUB=    yes
NLS_USES=   gettext
NLS_CONFIGURE_ENABLE=   nls

post-patch:
    @${REINPLACE_CMD} -e 's|-O2||' ${WRKSRC}/configure

.include <bsd.port.mk>