aboutsummaryrefslogtreecommitdiffstats
path: root/audio/etcd/Makefile
blob: 0ae1c070efcec6d7c6c4753d60cc60d07fb8ad2f (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
# Created by: gahr

PORTNAME=   etcd
PORTVERSION=    1.0.1
PORTREVISION=   3
CATEGORIES= audio
MASTER_SITES=   LOCAL/gahr \
        http://people.freebsd.org/~gahr/distfiles/ \
        http://www.gahr.ch/etcd/

MAINTAINER= ports@FreeBSD.org
COMMENT=    Enhanced Tiny CD, a simple ncurses-based CD player

USES=       ncurses sdl
USE_SDL=    sdl

MAKE_ARGS=  INCDIR=${LOCALBASE}/include LIBDIR=${LOCALBASE}/lib \
        SDL_LIBS="-lSDL -pthread" NCURSES_LIBS="-lncursesw"

PLIST_FILES=    bin/e-tcd

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/etcd ${STAGEDIR}${PREFIX}/bin/e-tcd

.include <bsd.port.mk>