mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-17 00:00:40 +00:00
bbed9774f9
Also some minor nits (extra fluff in all of my ports' DESCR files, USE_XLIB defined when USE_X_PREFIX is also defined, etc).
24 lines
517 B
Makefile
24 lines
517 B
Makefile
# New ports collection makefile for: mixer.app
|
|
# Version required: 1.4.1
|
|
# Date created: 16 April 1999
|
|
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
|
|
#
|
|
# $Id: Makefile,v 1.6 1999/06/12 05:46:11 mharo Exp $
|
|
#
|
|
|
|
DISTNAME= Mixer.app-1.4.1
|
|
PKGNAME= mixer.app-1.4.1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.student.hk-r.se/~pt96pli/mixer/
|
|
|
|
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>
|