blob: f9421f9bc0c8d847a405057ef4f11e839435be90 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# New ports collection makefile for: asmix
# Date created: 1 January 2003
# Whom: mtm@identd.net
#
# $FreeBSD$
#
PORTNAME= asmix
PORTVERSION= 1.5
PORTREVISION= 2
CATEGORIES= audio afterstep
MASTER_SITES= http://www.tigr.net/afterstep/download/asmix/
MAINTAINER= ports@FreeBSD.org
COMMENT= Volume control dock-app for the AfterStep Window Manager
USE_XORG= xpm x11
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-xpm \
--with-xpm-includes=${LOCALBASE}/include \
--with-xpm-library=${LOCALBASE}/lib
MAN1= ${PORTNAME}.1x
PLIST_FILES= bin/asmix
post-patch:
.for file in asmix.c configure autoconf/config.h.in
@${REINPLACE_CMD} -e 's|machine/soundcard|sys/soundcard|g ; \
s|MACHINE_SOUNDCARD|SYS_SOUNDCARD|g' ${WRKSRC}/${file}
.endfor
.include <bsd.port.mk>
|