freebsd-ports/audio/amp/Makefile
Volker Stolz 6bc5b91d3c Downgrade to 0.7.5-99 which is the only version still available (so bump
PORTEPOCH). Inicidentially, this is hosted on the same site as its only
consumer, audio/xmpeg3.
2005-02-16 13:21:13 +00:00

30 lines
606 B
Makefile

# New ports collection makefile for: amp
# Date created: Jun 23 1997
# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
#
# $FreeBSD$
#
PORTNAME= amp
PORTVERSION= 0.7.5
PORTEPOCH= 1
CATEGORIES= audio
MASTER_SITES= ftp://ftp.funet.fi/pub/sci/audio/mpeg/amp/
DISTNAME= ${PORTNAME}-${PORTVERSION}-99
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Another mp3 player
GNU_CONFIGURE= yes
USE_GMAKE= yes
MAKE_ARGS= CC="${CC}"
MAN1= amp.1
PLIST_FILES= bin/amp
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/amp ${PREFIX}/bin
@ ${INSTALL_MAN} ${WRKSRC}/amp.1 ${PREFIX}/man/man1
.include <bsd.port.mk>