freebsd-ports/audio/x11amp/Makefile
Michael Haro 65ab34a667 FreeBSD.ORG -> FreeBSD.org
Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru
1999-08-31 06:53:31 +00:00

34 lines
657 B
Makefile

# New ports collection makefile for: x11amp
# Version required: 0.7
# Date created: 13 Jul 1998
# Whom: Donald Burr <dburr@FreeBSD.org>
#
# $FreeBSD$
#
DISTNAME= x11amp-freebsd-0.8
PKGNAME= x11amp-0.8
CATEGORIES= audio
MASTER_SITES= ftp://www.se.opensound.com/pub/oss/ossapps/
EXTRACT_SUFX= .tar.gz
MAINTAINER= dburr@FreeBSD.org
NO_BUILD= YES
NO_FILTER_SHLIBS= YES
.include <bsd.port.pre.mk>
.if ${PORTOBJFORMAT} == "elf"
STRIP=
DISTNAME= x11amp-freebsd-0.8-elf
ROOT= ${WRKDIR}/usr/local
.else
ROOT= ${WRKDIR}/x11amp
.endif
do-install:
@tar -cpf - -C ${ROOT} . | tar -xpf - -C ${PREFIX}
.include <bsd.port.post.mk>