freebsd-ports/audio/amp/Makefile
Roman Bogorodskiy 0393200356 - Update to 0.7.6
- Change pkg-descr to reflect the new patches changes
- Pass maintainership to submitter

PR:		79873
Submitted by:	Rodrigo Graeff <delphus@gmail.com>
2005-04-17 15:19:41 +00:00

27 lines
525 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.6
PORTEPOCH= 1
CATEGORIES= audio
MASTER_SITES= http://www-users.cs.umn.edu/~wburdick/ftp/
MAINTAINER= delphus@gmail.com
COMMENT= Another mp3 player
GNU_CONFIGURE= yes
USE_GMAKE= yes
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>