1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/audio/gtkguitune/Makefile
Jeremy Messenger 290698847b x11-toolkits/gtk-- -> x11-toolkits/gtkmm12
Rename this ports to use the real vendor package name. The advantage of this
is to allow our users' keyword search works and easier for users to file the
Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and
other OSs have the correct package name, but not in our ports tree.

My team, FreeBSD GNOME Team, have agreed with it.

As for other ports, chase the rename.

PR:		ports/97985
Repocopy by:	marcus
2006-05-29 05:53:26 +00:00

31 lines
603 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/gtkmm12
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>