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
|
2009-10-20 11:40:33 +02:00
|
|
|
PORTVERSION= 0.8
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 2
|
2005-02-13 00:25:03 +01:00
|
|
|
CATEGORIES= audio
|
2010-12-13 13:30:23 +01:00
|
|
|
MASTER_SITES= http://www.oocities.com/harpin_floh/mysoft/
|
2009-10-20 11:40:33 +02:00
|
|
|
DISTNAME= ${PORTNAME}-gtk2-${PORTVERSION}
|
2005-02-13 00:25:03 +01:00
|
|
|
|
2008-08-06 22:41:05 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2005-02-13 00:25:03 +01:00
|
|
|
COMMENT= A guitar (and other instruments) tuner for GTK
|
|
|
|
|
2009-10-20 11:40:33 +02:00
|
|
|
LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
2005-02-13 00:25:03 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2009-10-20 11:40:33 +02:00
|
|
|
INSTALLS_ICONS= yes
|
|
|
|
|
|
|
|
PLIST_FILES= bin/${PORTNAME} \
|
|
|
|
share/icons/hicolor/scalable/apps/guitune_logo.svg
|
2005-02-13 00:25:03 +01:00
|
|
|
|
2009-10-20 11:40:33 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e \
|
|
|
|
's|VERSION=0.7|VERSION=${PORTVERSION}|g' ${WRKSRC}/configure
|
|
|
|
.for file in guitune.cc main.cc
|
|
|
|
@${REINPLACE_CMD} -e \
|
|
|
|
's|<linux/soundcard.h>|<sys/soundcard.h>|' ${WRKSRC}/${file}
|
|
|
|
.endfor
|
2005-02-13 00:25:03 +01:00
|
|
|
|
2007-05-02 10:00:40 +02:00
|
|
|
.include <bsd.port.mk>
|