freebsd-ports/audio/amp/Makefile
Guido Falsi 7e596fa1a7 - Add new MASTER_SITE and unbreak [1]
- While here, add TIMESTAMP to distinfo

PR:		210752 [1]
Submitted by:	Riccardo Torrini <riccardo at torrini.org>
2016-07-01 21:25:04 +00:00

30 lines
682 B
Makefile

# Created by: Vanilla I. Shu <vanilla@MinJe.com.TW>
# $FreeBSD$
PORTNAME= amp
PORTVERSION= 0.7.6
PORTEPOCH= 1
CATEGORIES= audio
MASTER_SITES= http://www.gufi.org/ports/ \
http://www-users.cs.umn.edu/~wburdick/ftp/
MAINTAINER= ports@FreeBSD.org
COMMENT= Another mp3 player
USES= gmake
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_prog_gcc=no
PLIST_FILES= bin/amp man/man1/amp.1.gz
post-patch:
@${REINPLACE_CMD} -e \
'/CC="gcc"/s|^|#| ; \
/CFLAGS=$$/s|^|#| ; \
s|-O6|$$CFLAGS|' ${WRKSRC}/configure
do-install:
(cd ${WRKSRC} && ${INSTALL_PROGRAM} amp ${STAGEDIR}${PREFIX}/bin)
(cd ${WRKSRC} && ${INSTALL_MAN} amp.1 ${STAGEDIR}${PREFIX}/man/man1)
.include <bsd.port.mk>