blob: fe7235f05ad59cabd92a0268bbcd96377627043c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# New ports collection makefile for: asmix
# Date created: 1 January 2003
# Whom: mtm@identd.net
#
# $FreeBSD$
#
PORTNAME= asmix
PORTVERSION= 1.4
CATEGORIES= audio afterstep
MASTER_SITES= http://www.tigr.net/afterstep/download/asmix/
MASTER_SITE_SUBDIR= apps/asmix
MAINTAINER= ports@FreeBSD.org
COMMENT= Volume control dock-app for the AfterStep Window Manager
MAN1= ${PORTNAME}.1x
PLIST_FILES= bin/asmix
USE_X_PREFIX= yes
USE_XPM= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS+= --prefix=${PREFIX}
.include <bsd.port.mk>
|