2003-08-31 22:20:53 +00:00
|
|
|
# New ports collection makefile for: asmix
|
|
|
|
# Date created: 1 January 2003
|
|
|
|
# Whom: mtm@identd.net
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= asmix
|
2005-03-13 09:17:06 +00:00
|
|
|
PORTVERSION= 1.5
|
2008-03-21 11:58:23 +00:00
|
|
|
PORTREVISION= 2
|
2003-08-31 22:20:53 +00:00
|
|
|
CATEGORIES= audio afterstep
|
2004-06-24 16:55:41 +00:00
|
|
|
MASTER_SITES= http://www.tigr.net/afterstep/download/asmix/
|
2003-08-31 22:20:53 +00:00
|
|
|
|
2004-06-26 16:21:41 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-08-31 22:20:53 +00:00
|
|
|
COMMENT= Volume control dock-app for the AfterStep Window Manager
|
|
|
|
|
2008-03-21 11:58:23 +00:00
|
|
|
USE_XORG= xpm x11
|
2005-03-13 09:17:06 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2006-12-02 13:58:42 +00:00
|
|
|
CONFIGURE_ARGS= --with-xpm \
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 17:56:05 +00:00
|
|
|
--with-xpm-includes=${LOCALBASE}/include \
|
|
|
|
--with-xpm-library=${LOCALBASE}/lib
|
2005-03-13 09:17:06 +00:00
|
|
|
|
2003-08-31 22:20:53 +00:00
|
|
|
MAN1= ${PORTNAME}.1x
|
2004-02-06 13:12:53 +00:00
|
|
|
PLIST_FILES= bin/asmix
|
2003-08-31 22:20:53 +00:00
|
|
|
|
2005-03-13 09:17:06 +00:00
|
|
|
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
|
2003-08-31 22:20:53 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|