1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/audio/asmixer/Makefile
Edwin Groothuis 3770ae0586 [NEW PORT} audio/asmixer Another mixer for afterstep
This is another mixer for the afterstep window manager. It
	is different from asmix(1).

PR:		ports/46708
Submitted by:	Mike Makonnen <mtm@identd.net>
2003-08-31 22:25:47 +00:00

30 lines
648 B
Makefile

# New ports collection makefile for: asmixer
# Date created: 2 January 2003
# Whom: mtm@identd.net
#
# $FreeBSD$
#
PORTNAME= asmixer
PORTVERSION= 0.5
CATEGORIES= audio afterstep
MASTER_SITES= ${MASTER_SITE_AFTERSTEP} \
http://www.tigr.net/afterstep/download/asmixer/
MASTER_SITE_SUBDIR= apps/asmixer
MAINTAINER= mtm@identd.net
COMMENT= A mixer control for X, and specifically the AfterStep Window Manager
MAN1= ${PORTNAME}.1x
USE_X_PREFIX= yes
USE_XPM= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS+= --prefix=${PREFIX}
post-install:
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.man \
${MAN1PREFIX}/man/man1/${PORTNAME}.1x
.include <bsd.port.mk>