mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
851877cc4a
Update audio/cplay from 1.46 to 1.47 PR: ports/50911 Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
35 lines
784 B
Makefile
35 lines
784 B
Makefile
# New ports collection makefile for: cplay
|
|
# Date created: 1 November 2001
|
|
# Whom: Jochem Kossen
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cplay
|
|
PORTVERSION= 1.47
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.tf.hut.fi/~flu/cplay/ \
|
|
http://www.tf.hut.fi/~flu/cplay/old/
|
|
|
|
MAINTAINER= j.kossen@home.nl
|
|
COMMENT= A curses based front-end for various audio players
|
|
|
|
BUILD_DEPENDS= gettext:${PORTSDIR}/devel/gettext
|
|
|
|
USE_GMAKE= yes
|
|
USE_PYTHON= yes
|
|
MAN1= cplay.1
|
|
|
|
MAKE_ARGS+= PREFIX="${PREFIX}"
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${PREFIX}/share/doc/cplay
|
|
${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/cplay
|
|
${INSTALL_MAN} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/cplay
|
|
${INSTALL_MAN} ${WRKSRC}/TODO ${PREFIX}/share/doc/cplay
|
|
.endif
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|