1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-28 21:29:28 +00:00
freebsd-ports/audio/mp3info/Makefile
Chris Piazza 24f4977eff Clean up the makefile and use cxxflags properly instead of setting it
to CFLAGS

PR:		18134
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-04-29 20:47:04 +00:00

29 lines
598 B
Makefile

# New ports collection makefile for: mp3info
# Date created: 19 June 1998
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
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
GNU_CONFIGURE= yes
MAN1= mp3info.1
post-install:
.if !defined(NOPORTDOCS)
@${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>