422bce3414
my ports in the past 3 weeks while ports were broken on any 10.x machines, which means I'm unable to maintain them. So let people know that there's no available support for them until things are back to normal (which also means that anyone with spare time will be able to fix them without getting approval).
33 lines
603 B
Makefile
33 lines
603 B
Makefile
# New ports collection makefile for: cplay
|
|
# Date created: 1 November 2001
|
|
# Whom: Jochem Kossen
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cplay
|
|
PORTVERSION= 1.49
|
|
PORTREVISION= 5
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ftp://ftp.SpringDaemons.com/soft/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A curses based front-end for various audio players
|
|
|
|
USE_GETTEXT= yes
|
|
USE_GMAKE= yes
|
|
USE_PYTHON= yes
|
|
MAN1= cplay.1
|
|
|
|
MAKE_ARGS+= PREFIX="${PREFIX}"
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${DOCSDIR}
|
|
.for i in README
|
|
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
|
|
.endfor
|
|
.endif
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|