summaryrefslogtreecommitdiffstats
path: root/audio/mp3info/Makefile
diff options
context:
space:
mode:
authorjseger <jseger@FreeBSD.org>1999-04-06 22:42:01 +0000
committerjseger <jseger@FreeBSD.org>1999-04-06 22:42:01 +0000
commit2bf25ca1b90f90f133693d277b0ed76f55b01eda (patch)
tree33bf9bbb52e2231e7c20c4528f3ff99359c97052 /audio/mp3info/Makefile
parentb6297f4c088208c5e59624b6e4b45b949f3e86e9 (diff)
downloadFreeBSD-ports-2bf25ca1b90f90f133693d277b0ed76f55b01eda.zip
FreeBSD-ports-2bf25ca1b90f90f133693d277b0ed76f55b01eda.tar.gz
Upgrade to 0.2.16
PR: ports/10953 Submitted by: mharo@area51.fremont.ca.us
Diffstat (limited to 'audio/mp3info/Makefile')
-rw-r--r--audio/mp3info/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/audio/mp3info/Makefile b/audio/mp3info/Makefile
index 8e3322f..38e680d 100644
--- a/audio/mp3info/Makefile
+++ b/audio/mp3info/Makefile
@@ -3,15 +3,18 @@
# Date created: 19 June 1998
# Whom: Andrey Zakhvatov
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1998/06/24 15:34:36 mph Exp $
#
-DISTNAME= mp3info-0.2.15
+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:
@@ -19,7 +22,7 @@ do-install:
@ ${INSTALL_MAN} ${WRKSRC}/mp3info.1 ${PREFIX}/man/man1
.if !defined(NOPORTDOCS)
@ ${MKDIR} ${PREFIX}/share/doc/mp3info
-.for file in COPYRIGHT ChangeLog README
+.for file in ChangeLog README
@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/mp3info
.endfor
.endif
OpenPOWER on IntegriCloud