summaryrefslogtreecommitdiff
path: root/audio/mp3info/Makefile
blob: 68147c01fd8eb380bf97af97786ee63de527af15 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# New ports collection makefile for:	mp3info
# Version required:			0.2.15
# Date created:				19 June 1998
# Whom:					Andrey Zakhvatov
#
# $Id: Makefile,v 1.3 1999/06/22 04:34:38 mharo Exp $
#

DISTNAME=		mp3info-0.2.16
CATEGORIES=		audio
MASTER_SITES=		ftp://bimbo.hive.no/pub/mp3info/ \
			${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR=	apps/sound/editors

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>