summaryrefslogtreecommitdiff
path: root/audio/mp3info
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>2000-04-29 20:47:04 +0000
committerChris Piazza <cpiazza@FreeBSD.org>2000-04-29 20:47:04 +0000
commit24f4977effc3d23f43c44af6a098f68cc2394b00 (patch)
tree3e0ef0a89a14398afff8a30a4992dded248bbfb6 /audio/mp3info
parentUpdate to lame 3.70 (diff)
Clean up the makefile and use cxxflags properly instead of setting it
to CFLAGS PR: 18134 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes: svn path=/head/; revision=28078
Diffstat (limited to 'audio/mp3info')
-rw-r--r--audio/mp3info/Makefile28
1 files changed, 12 insertions, 16 deletions
diff --git a/audio/mp3info/Makefile b/audio/mp3info/Makefile
index 74062bdda684..d7a02960e723 100644
--- a/audio/mp3info/Makefile
+++ b/audio/mp3info/Makefile
@@ -5,28 +5,24 @@
# $FreeBSD$
#
-PORTNAME= mp3info
-PORTVERSION= 0.2.16
-CATEGORIES= audio
-MASTER_SITES= ftp://bimbo.hive.no/pub/mp3info/ \
- ${MASTER_SITE_SUNSITE}
+PORTNAME= mp3info
+PORTVERSION= 0.2.16
+CATEGORIES= audio
+MASTER_SITES= ${MASTER_SITE_SUNSITE} \
+ ftp://bimbo.hive.no/pub/mp3info/
MASTER_SITE_SUBDIR= apps/sound/editors
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="${CFLAGS}"
+GNU_CONFIGURE= yes
-MAN1= mp3info.1
+MAN1= mp3info.1
-do-install:
- @ ${INSTALL_PROGRAM} ${WRKSRC}/mp3info ${PREFIX}/bin
- @ ${INSTALL_MAN} ${WRKSRC}/mp3info.1 ${PREFIX}/man/man1
+post-install:
.if !defined(NOPORTDOCS)
- @ ${MKDIR} ${PREFIX}/share/doc/mp3info
-.for file in ChangeLog README
- @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/mp3info
-.endfor
+ @${MKDIR} ${PREFIX}/share/doc/mp3info
+ ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/mp3info
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/mp3info
.endif
.include <bsd.port.mk>