freebsd-ports/audio/mp3info/Makefile
Justin M. Seger 47d58be90d Upgrade to 0.2.16
PR:		ports/10953
Submitted by:	mharo@area51.fremont.ca.us
1999-04-06 22:42:01 +00:00

30 lines
725 B
Makefile

# New ports collection makefile for: mp3info
# Version required: 0.2.15
# Date created: 19 June 1998
# Whom: Andrey Zakhvatov
#
# $Id: Makefile,v 1.1.1.1 1998/06/24 15:34:36 mph Exp $
#
DISTNAME= mp3info-0.2.16
CATEGORIES= audio
MASTER_SITES= ftp://bimbo.hive.no/pub/mp3info/
MAINTAINER= andy@icc.surw.chel.su
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CFLAGS}"
MAN1= mp3info.1
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/mp3info ${PREFIX}/bin
@ ${INSTALL_MAN} ${WRKSRC}/mp3info.1 ${PREFIX}/man/man1
.if !defined(NOPORTDOCS)
@ ${MKDIR} ${PREFIX}/share/doc/mp3info
.for file in ChangeLog README
@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/mp3info
.endfor
.endif
.include <bsd.port.mk>