aboutsummaryrefslogtreecommitdiffstats
path: root/audio/cplay/Makefile
blob: ba9b44842a83dbd5f14ea83296f8d7143711d612 (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
# Created by: 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}"

.include <bsd.port.options.mk>
post-install:
.if ${PORT_OPTIONS:MDOCS}
    ${MKDIR} ${DOCSDIR}
.for i in README
    ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif
    @${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>