mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
27 lines
448 B
Makefile
27 lines
448 B
Makefile
|
# New ports collection makefile for: xmixer
|
||
|
# Version required: 0.9.3
|
||
|
# Date created: 27 October 1999
|
||
|
# Whom: trevor@jpj.net
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
DISTNAME= xmixer-0.9.3
|
||
|
CATEGORIES= audio
|
||
|
MASTER_SITES= http://www.hdk-berlin.de/~rasca/
|
||
|
MASTER_SITE_SUBDIR= apps/sound/mixers
|
||
|
|
||
|
MAINTAINER= trevor@jpj.net
|
||
|
|
||
|
WRKSRC= ${WRKDIR}/xmixer
|
||
|
|
||
|
GNU_CONFIGURE= yes
|
||
|
USE_GMAKE= yes
|
||
|
|
||
|
MAN1= xmixer.1
|
||
|
|
||
|
post-extract:
|
||
|
@${RM} ${WRKSRC}/config.cache
|
||
|
|
||
|
.include <bsd.port.mk>
|