freebsd-ports/audio/cmp3/Makefile
Sergey A. Osokin 230e9f6641 Fix build on -CURRENT (gcc-3.3)
Also use ${DOCSDIR} for Makefile and %%DOCSDIR%% for pkg-plist

Submitted by:	Simon Barner <barner@in.tum.de>
2003-07-18 16:40:39 +00:00

33 lines
762 B
Makefile

# New ports collection makefile for: cmp3
# Date created: 10 April 1999
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= cmp3
PORTVERSION= 2.0.p5
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://bsd.tucows.stop.hu/files/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.p/pre/}
MAINTAINER= ports@FreeBSD.org
COMMENT= An ncurses based frontend to mpg123
RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_GMAKE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/cmp3 ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/rnmp3 ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/cmp3rc ${DOCSDIR}/sample.cmp3rc
.endif
.include <bsd.port.mk>