mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
34 lines
666 B
Makefile
34 lines
666 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.3 1998/08/05 09:30:44 asami 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>
|
|
|
|
.if ${PORTOBJFORMAT} == "elf"
|
|
STRIP=
|
|
.endif
|