mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
32 lines
690 B
Makefile
32 lines
690 B
Makefile
# New ports collection makefile for: asmixer
|
|
# Date created: 2 January 2003
|
|
# Whom: mtm@identd.net
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= asmixer
|
|
PORTVERSION= 0.5
|
|
PORTREVISION= 1
|
|
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_X_PREFIX= yes
|
|
USE_XPM= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-xpm \
|
|
--with-xpm-includes=${X11BASE} \
|
|
--with-xpm-library=${X11BASE}
|
|
|
|
post-install:
|
|
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.man \
|
|
${MAN1PREFIX}/man/man1/${PORTNAME}.1x
|
|
|
|
.include <bsd.port.mk>
|