summaryrefslogblamecommitdiff
path: root/audio/amp/Makefile
blob: 10ab9a24bcefeada46a76ac3ce54751e0dfda183 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                           
                             


                                                             
           

 
                         
                     


                                                   
 
                                   







                                                        
                                                           

                      
# New ports collection makefile for:	amp
# Version required:	0.7.6
# Date created:		Jun 23 1997
# Whom:			Vanilla I. Shu <vanilla@MinJe.com.TW>
#
# $FreeBSD$
#

DISTNAME=	amp-0.7.6
CATEGORIES=	audio
#MASTER_SITES=	ftp://ftp.rasip.fer.hr/pub/mpeg/
# the author's site seems dead.
MASTER_SITES=	ftp://ftp.clara.net/pub/unix/Audio/

MAINTAINER=	vanilla@FreeBSD.ORG

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>