# New ports collection makefile for: volumecontrol.app # Date created: 28 Aug 2006 # Whom: gurkan@linuks.mine.nu # # $FreeBSD$ # PORTNAME= volumecontrol PORTVERSION= 0.5 CATEGORIES= audio MASTER_SITES= http://www.linuks.mine.nu/volumecontrol/ \ http://io.debian.net/~tar/ports/distfiles/ MAINTAINER= gurkan@linuks.mine.nu COMMENT= Audio mixer for GNUstep USE_GMAKE= yes USE_GNUSTEP= yes USE_GNUSTEP_PREFIX= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes MAKEFILE= GNUmakefile WRKSRC= ${WRKDIR}/${PORTNAME:C/\.app//}-${PORTVERSION} .include .if ${OSVERSION} < 500000 BROKEN= does not compile on 4.x .endif post-patch: @${REINPLACE_CMD} -e 's|linux/soundcard.h|sys/soundcard.h|g' \ ${WRKSRC}/AppController.m .include