1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/audio/x11amp/Makefile
Satoshi Asami ceba211283 Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
1998-08-05 09:31:52 +00:00

30 lines
621 B
Makefile

# New ports collection makefile for: x11amp
# Version required: 0.7
# Date created: 13 Jul 1998
# Whom: Donald Burr <dburr@FreeBSD.ORG>
#
# $Id: Makefile,v 1.2 1998/07/13 22:55:43 dburr Exp $
#
DISTNAME= x11amp-0.7-FreeBSD
PKGNAME= x11amp-0.7
CATEGORIES= audio
MASTER_SITES= http://x11amp.ml.org/files/0.7/ \
ftp://x11amp.bz.nu/x11amp/0.7/
EXTRACT_SUFX= .tgz
MAINTAINER= dburr@FreeBSD.ORG
WRKSRC= ${WRKDIR}/x11amp
USE_X_PREFIX= YES
NO_BUILD= YES
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/x11amp ${PREFIX}/bin/x11amp
post-install:
@${CAT} ${PKGDIR}/MESSAGE
.include <bsd.port.mk>