freebsd-ports/audio/asmixer/Makefile
Martin Wilke 3e4ed01146 - 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

30 lines
681 B
Makefile

# New ports collection makefile for: asmixer
# Date created: 2 January 2003
# Whom: mtm@identd.net
#
# $FreeBSD$
#
PORTNAME= asmixer
PORTVERSION= 0.5
PORTREVISION= 2
CATEGORIES= audio afterstep
MASTER_SITES= http://www.tigr.net/afterstep/download/asmixer/
MAINTAINER= ports@FreeBSD.org
COMMENT= A mixer control for X, and specifically the AfterStep Window Manager
MAN1= ${PORTNAME}.1x
PLIST_FILES= bin/asmixer
USE_XORG= xpm x11
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-xpm \
--with-xpm-includes=${LOCALBASE} \
--with-xpm-library=${LOCALBASE}
post-install:
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.man \
${MAN1PREFIX}/man/man1/${PORTNAME}.1x
.include <bsd.port.mk>