mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
6527ef2070
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
31 lines
686 B
Makefile
31 lines
686 B
Makefile
# New ports collection makefile for: volumecontrol.app
|
|
# Date created: 28 Aug 2006
|
|
# Whom: gurkan@phys.ethz.ch
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= volumecontrol
|
|
PORTVERSION= 0.5
|
|
PORTREVISION= 2
|
|
CATEGORIES= audio gnustep
|
|
MASTER_SITES= http://www.linuks.mine.nu/volumecontrol/ \
|
|
${MASTER_SITE_GNUSTEP_CH}
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
|
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
|
|
|
|
.include <bsd.port.mk>
|