1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/audio/amp/Makefile
Masafumi Max NAKANE e566a0c268 Upgrade, 0.7.3 -> 0.7.6.
PR:		4457
Submitted by:	the port maintainer
1997-09-03 08:35:31 +00:00

26 lines
532 B
Makefile

# New ports collection makefile for: amp
# Version required: 0.7.6
# Date created: Jun 23 1997
# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
#
# $Id: Makefile,v 1.1.1.1 1997/08/31 22:19:54 max Exp $
#
DISTNAME= amp-0.7.6
CATEGORIES= audio
MASTER_SITES= ftp://ftp.rasip.fer.hr/pub/mpeg/
EXTRACT_SUFX= .tgz
MAINTAINER= vanilla@MinJe.com.TW
GNU_CONFIGURE= yes
USE_GMAKE= yes
MAN1= amp.1
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/amp ${PREFIX}/bin
@ ${INSTALL_MAN} ${WRKSRC}/amp.1 ${PREFIX}/man/man1
.include <bsd.port.mk>