diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-08-31 22:25:47 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-08-31 22:25:47 +0000 |
commit | 3770ae0586b4f0db8913a00353395d099f3ddf32 (patch) | |
tree | 180dcb92edfb66dde823d952b62c63d2bc6637b2 /audio/asmixer/Makefile | |
parent | [NEW PORT} audio/asmix mixer for afterstep (diff) |
[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>
Notes
Notes:
svn path=/head/; revision=88221
Diffstat (limited to 'audio/asmixer/Makefile')
-rw-r--r-- | audio/asmixer/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/audio/asmixer/Makefile b/audio/asmixer/Makefile new file mode 100644 index 000000000000..95000665a2f9 --- /dev/null +++ b/audio/asmixer/Makefile @@ -0,0 +1,29 @@ +# 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> |