2005-02-12 23:25:03 +00:00
|
|
|
# New ports collection makefile for: gtkguitune
|
|
|
|
# Date created: 12 Feb 2005
|
|
|
|
# Whom: Eric Anholt <anholt@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gtkguitune
|
|
|
|
PORTVERSION= 0.7
|
2008-06-06 13:08:29 +00:00
|
|
|
PORTREVISION= 3
|
2005-02-12 23:25:03 +00:00
|
|
|
CATEGORIES= audio
|
|
|
|
MASTER_SITES= http://www.geocities.com/harpin_floh/mysoft/
|
|
|
|
|
|
|
|
MAINTAINER= anholt@FreeBSD.org
|
|
|
|
COMMENT= A guitar (and other instruments) tuner for GTK
|
|
|
|
|
2006-05-29 05:53:26 +00:00
|
|
|
LIB_DEPENDS= gtkmm-1.2.2:${PORTSDIR}/x11-toolkits/gtkmm12
|
2005-02-12 23:25:03 +00:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
PLIST_FILES= bin/gtkguitune
|
|
|
|
|
2007-05-02 08:00:40 +00:00
|
|
|
.include <bsd.port.mk>
|