aboutsummaryrefslogtreecommitdiff
path: root/audio/gtkguitune/Makefile
blob: 53fbb566e09213f83553dc5206cd6baa23f767c2 (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
# New ports collection makefile for:	gtkguitune
# Date created:				12 Feb 2005
# Whom:					Eric Anholt <anholt@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	gtkguitune
PORTVERSION=	0.7
PORTREVISION=	1
CATEGORIES=	audio
MASTER_SITES=	http://www.geocities.com/harpin_floh/mysoft/

MAINTAINER=	anholt@FreeBSD.org
COMMENT=	A guitar (and other instruments) tuner for GTK

LIB_DEPENDS=	gtkmm-1.2.2:${PORTSDIR}/x11-toolkits/gtkmm12

GNU_CONFIGURE=	yes
USE_GETOPT_LONG=yes

PLIST_FILES=	bin/gtkguitune

.include <bsd.port.mk>