openbsd-ports/audio/mp3info/Makefile

23 lines
588 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.4 1999/09/06 18:17:27 brad Exp $
1999-05-22 21:45:17 -04:00
DISTNAME= mp3info-0.2.16
CATEGORIES= audio
MASTER_SITES= ftp://bimbo.hive.no/pub/mp3info/ \
${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= apps/sound/editors
1999-05-22 21:45:17 -04:00
MAINTAINER= angelos@openbsd.org
1999-05-22 21:45:17 -04:00
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CFLAGS}"
1999-05-22 21:45:17 -04:00
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mp3info ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/mp3info.1 ${PREFIX}/man/man1
@${MKDIR} ${PREFIX}/share/doc/mp3info
1999-05-22 21:45:17 -04:00
.for file in ChangeLog README
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/mp3info
1999-05-22 21:45:17 -04:00
.endfor
.include <bsd.port.mk>