2005-02-13 00:25:03 +01: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 15:08:29 +02:00
|
|
|
PORTREVISION= 3
|
2005-02-13 00:25:03 +01: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 07:53:26 +02:00
|
|
|
LIB_DEPENDS= gtkmm-1.2.2:${PORTSDIR}/x11-toolkits/gtkmm12
|
2005-02-13 00:25:03 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
PLIST_FILES= bin/gtkguitune
|
|
|
|
|
2007-05-02 10:00:40 +02:00
|
|
|
.include <bsd.port.mk>
|