2003-09-01 00:25:47 +02:00
|
|
|
# New ports collection makefile for: asmixer
|
|
|
|
# Date created: 2 January 2003
|
|
|
|
# Whom: mtm@identd.net
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= asmixer
|
|
|
|
PORTVERSION= 0.5
|
2008-03-21 12:58:23 +01:00
|
|
|
PORTREVISION= 2
|
2003-09-01 00:25:47 +02:00
|
|
|
CATEGORIES= audio afterstep
|
2004-06-24 18:55:41 +02:00
|
|
|
MASTER_SITES= http://www.tigr.net/afterstep/download/asmixer/
|
2003-09-01 00:25:47 +02:00
|
|
|
|
2004-06-26 18:21:41 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-09-01 00:25:47 +02:00
|
|
|
COMMENT= A mixer control for X, and specifically the AfterStep Window Manager
|
|
|
|
|
|
|
|
MAN1= ${PORTNAME}.1x
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/asmixer
|
2003-09-01 00:25:47 +02:00
|
|
|
|
2008-03-21 12:58:23 +01:00
|
|
|
USE_XORG= xpm x11
|
2006-12-01 23:34:50 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2006-12-03 06:45:10 +01: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 19:56:05 +02:00
|
|
|
--with-xpm-includes=${LOCALBASE} \
|
|
|
|
--with-xpm-library=${LOCALBASE}
|
2003-09-01 00:25:47 +02:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.man \
|
|
|
|
${MAN1PREFIX}/man/man1/${PORTNAME}.1x
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|