mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
24 lines
466 B
Makefile
24 lines
466 B
Makefile
# New ports collection makefile for: mixer.app
|
|
# Date created: 16 April 1999
|
|
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mixer.app
|
|
PORTVERSION= 1.4.1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.fukt.hk-r.se/~per/mixer/
|
|
DISTNAME= Mixer.app-${PORTVERSION}
|
|
|
|
MAINTAINER= cpiazza@FreeBSD.org
|
|
|
|
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
|
|
|
|
USE_IMAKE= yes
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/Mixer ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|