1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/audio/gtick/Makefile
Tijl Coosemans f83c7639aa Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00

33 lines
642 B
Makefile

# 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= pkgconfig desktop-file-utils
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>