freebsd-ports/audio/gtick/Makefile
Cheng-Lung Sung 9cc2c7dd45 - Update to 0.3.11
- make fetchable

PR:		ports/104621
Submitted by:	Thomas Abthorpe <thomas_AT_goodking dot ca>
Approved by:	maintainer (timeout)
2006-12-20 02:37:08 +00:00

32 lines
740 B
Makefile

# New ports collection makefile for: qsf
# Date created: 10 February 2004
# Whom: liamfoy@sepulcrum.org
#
# $FreeBSD$
#
PORTNAME= gtick
PORTVERSION= 0.3.11
CATEGORIES= audio
MASTER_SITES= http://www.antcom.de/gtick/download/
MAINTAINER= liamfoy@sepulcrum.org
COMMENT= A metronome application
LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile
GNU_CONFIGURE= yes
USE_X_PREFIX= yes
USE_GETOPT_LONG=yes
USE_GNOME= gtk20
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS+= --mandir=${MAN1PREFIX}/man
MAN1= gtick.1
post-patch:
@${REINPLACE_CMD} -e 's|machine/soundcard.h|sys/soundcard.h|' ${WRKSRC}/src/dsp.c
@${REINPLACE_CMD} -e 's|-O3||' ${WRKSRC}/configure
.include <bsd.port.mk>