freebsd-ports/audio/gtick/Makefile

43 lines
813 B
Makefile
Raw Normal View History

# New ports collection makefile for: gtick
# Date created: 10 February 2004
2007-08-13 22:53:56 +02:00
# Whom: Liam J. Foy <liamfoy@sepulcrum.org>
#
# $FreeBSD$
#
PORTNAME= gtick
2012-04-30 15:06:52 +02:00
PORTVERSION= 0.5.1
PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://www.antcom.de/gtick/download/ CENKES
MAINTAINER= martymac@FreeBSD.org
COMMENT= A metronome application
LICENSE= GPLv3
LIB_DEPENDS= sndfile:${PORTSDIR}/audio/libsndfile \
pulse-simple:${PORTSDIR}/audio/pulseaudio
GNU_CONFIGURE= yes
USE_GNOME= gtk20
LDFLAGS+= -L${LOCALBASE}/lib
MAN1= gtick.1
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
USE_GETTEXT= yes
CONFIGURE_ARGS+= --enable-nls
PLIST_SUB+= NLS=""
.else
CONFIGURE_ARGS+= --disable-nls
PLIST_SUB+= NLS="@comment "
.endif
post-patch:
@${REINPLACE_CMD} -e 's|-O2||' ${WRKSRC}/configure
.include <bsd.port.mk>