blob: b01b4f0c55a58f051cde50bdee5095a7555f10ae (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# New ports collection makefile for: qsf
# Date created: 10 February 2004
# Whom: liamfoy@sepulcrum.org
#
# $FreeBSD$
#
PORTNAME= gtick
PORTVERSION= 0.2.14
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://www.antcom.de/gtick/download/
MAINTAINER= liamfoy@sepulcrum.org
COMMENT= A metronome application
GNU_CONFIGURE= yes
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GETOPT_LONG=yes
USE_GNOME= gtk20
USE_REINPLACE= yes
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
.include <bsd.port.mk>
|