1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/audio/gtick/Makefile
Jimmy Olgeni 37e782dfbc Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories A-C.

CR:		D196
Approved by:	portmgr (bapt)
2014-06-09 11:21:52 +00:00

31 lines
618 B
Makefile

# Created by: Liam J. Foy <liamfoy@sepulcrum.org>
# $FreeBSD$
PORTNAME= gtick
PORTVERSION= 0.5.2
CATEGORIES= audio
MASTER_SITES= http://www.antcom.de/gtick/download/ CENKES
MAINTAINER= martymac@FreeBSD.org
COMMENT= Metronome application
LICENSE= GPLv3
LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile \
libpulse-simple.so:${PORTSDIR}/audio/pulseaudio
USES= pkgconfig
GNU_CONFIGURE= yes
USE_GNOME= gtk20
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>