2006-09-04 22:24:47 +02:00
|
|
|
# New ports collection makefile for: volumecontrol.app
|
|
|
|
# Date created: 28 Aug 2006
|
2008-04-10 18:11:24 +02:00
|
|
|
# Whom: gurkan@phys.ethz.ch
|
2006-09-04 22:24:47 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2006-09-07 20:43:55 +02:00
|
|
|
PORTNAME= volumecontrol
|
2006-09-04 22:24:47 +02:00
|
|
|
PORTVERSION= 0.5
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 1
|
2007-01-31 19:18:14 +01:00
|
|
|
CATEGORIES= audio gnustep
|
2006-09-04 22:24:47 +02:00
|
|
|
MASTER_SITES= http://www.linuks.mine.nu/volumecontrol/ \
|
2007-01-13 04:57:25 +01:00
|
|
|
${MASTER_SITE_GNUSTEP_CH}
|
2006-09-04 22:24:47 +02:00
|
|
|
|
2008-04-29 19:50:29 +02:00
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
2006-09-04 22:24:47 +02:00
|
|
|
COMMENT= Audio mixer for GNUstep
|
|
|
|
|
|
|
|
USE_GNUSTEP= yes
|
|
|
|
USE_GNUSTEP_PREFIX= yes
|
|
|
|
USE_GNUSTEP_BACK= yes
|
|
|
|
USE_GNUSTEP_BUILD= yes
|
|
|
|
USE_GNUSTEP_INSTALL= yes
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME:C/\.app//}-${PORTVERSION}
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|linux/soundcard.h|sys/soundcard.h|g' \
|
|
|
|
${WRKSRC}/AppController.m
|
|
|
|
|
2007-05-02 09:13:09 +02:00
|
|
|
.include <bsd.port.mk>
|