2003-08-31 22:25:47 +00:00
|
|
|
# New ports collection makefile for: asmixer
|
|
|
|
# Date created: 2 January 2003
|
|
|
|
# Whom: mtm@identd.net
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= asmixer
|
|
|
|
PORTVERSION= 0.5
|
|
|
|
CATEGORIES= audio afterstep
|
2004-06-24 16:55:41 +00:00
|
|
|
MASTER_SITES= http://www.tigr.net/afterstep/download/asmixer/
|
2003-08-31 22:25:47 +00:00
|
|
|
|
2004-06-26 16:21:41 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-08-31 22:25:47 +00:00
|
|
|
COMMENT= A mixer control for X, and specifically the AfterStep Window Manager
|
|
|
|
|
|
|
|
MAN1= ${PORTNAME}.1x
|
2004-02-06 13:12:53 +00:00
|
|
|
PLIST_FILES= bin/asmixer
|
2003-08-31 22:25:47 +00:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_XPM= yes
|
2006-12-01 22:34:50 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2006-12-03 05:45:10 +00:00
|
|
|
CONFIGURE_ARGS= --with-xpm \
|
|
|
|
--with-xpm-includes=${X11BASE} \
|
|
|
|
--with-xpm-library=${X11BASE}
|
2003-08-31 22:25:47 +00:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.man \
|
|
|
|
${MAN1PREFIX}/man/man1/${PORTNAME}.1x
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|