summaryrefslogtreecommitdiff
path: root/audio/x11amp/Makefile
blob: aa97a31f084fc7ef3398f278da9191913ac7dba2 (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
30
31
32
33
34
35
# 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.4 1998/09/28 01:55:08 steve 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

.include <bsd.port.pre.mk>

.if ${PORTOBJFORMAT} == "elf"
STRIP=
.endif

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/x11amp ${PREFIX}/bin/x11amp

post-install:
	@${CAT} ${PKGDIR}/MESSAGE

.include <bsd.port.post.mk>