summaryrefslogtreecommitdiff
path: root/audio/gtick/Makefile
blob: 8252f71302870571bccf25386740d644d9ebc0f1 (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:	gtick
# Date created:		10 February 2004
# Whom:			liamfoy@sepulcrum.org
#
# $FreeBSD$
#

PORTNAME=	gtick
PORTVERSION=	0.3.15
CATEGORIES=	audio
MASTER_SITES=	http://www.antcom.de/gtick/download/ CENKES

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A metronome application

LIB_DEPENDS=	sndfile.1:${PORTSDIR}/audio/libsndfile

GNU_CONFIGURE=	yes
USE_GNOME=	gtk20
USE_GETTEXT=	yes
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>