freebsd-ports/audio/gtkguitune/Makefile
Ade Lovett fe279f0df8 Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with:	kris
Approved by:	portmgr (implicit)
2006-03-07 08:28:06 +00:00

30 lines
601 B
Makefile

# 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/gtk--
GNU_CONFIGURE= yes
USE_GETOPT_LONG=yes
PLIST_FILES= bin/gtkguitune
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
CFLAGS+= -fhuge-objects
.endif
.include <bsd.port.post.mk>