2007-04-30 22:48:48 +02:00
|
|
|
# New ports collection makefile for: gtick
|
2004-02-12 00:13:55 +01:00
|
|
|
# Date created: 10 February 2004
|
2007-08-13 22:53:56 +02:00
|
|
|
# Whom: Liam J. Foy <liamfoy@sepulcrum.org>
|
2004-02-12 00:13:55 +01:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gtick
|
2008-05-30 17:35:01 +02:00
|
|
|
PORTVERSION= 0.4.2
|
2004-02-12 00:13:55 +01:00
|
|
|
CATEGORIES= audio
|
2007-04-30 22:48:48 +02:00
|
|
|
MASTER_SITES= http://www.antcom.de/gtick/download/ CENKES
|
2004-02-12 00:13:55 +01:00
|
|
|
|
2007-03-07 05:52:13 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-02-12 00:13:55 +01:00
|
|
|
COMMENT= A metronome application
|
|
|
|
|
2004-06-16 21:19:09 +02:00
|
|
|
LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile
|
|
|
|
|
2004-02-12 00:13:55 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GNOME= gtk20
|
2007-02-14 21:39:37 +01:00
|
|
|
USE_GETTEXT= yes
|
2004-02-12 00:13:55 +01:00
|
|
|
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
MAN1= gtick.1
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|machine/soundcard.h|sys/soundcard.h|' ${WRKSRC}/src/dsp.c
|
2004-06-16 21:19:09 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|-O3||' ${WRKSRC}/configure
|
2004-02-12 00:13:55 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|