blob: 9765072ceb70449cdb67b1a76dc99247e1a57835 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# New ports collection makefile for: x11amp
# Version required: 0.33b6.1
# Date created: 8 Feb 1998
# Whom: Donald Burr <dburr@FreeBSD.ORG>
#
# $Id$
#
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_X11= YES
NO_BUILD= YES
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/x11amp ${PREFIX}/bin/x11amp
post-install:
@${CAT} ${PKGDIR}/MESSAGE
.include <bsd.port.mk>
|