freebsd-ports/audio/etcd/Makefile

25 lines
571 B
Makefile
Raw Normal View History

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/
2014-12-10 23:29:14 +01:00
MAINTAINER= ports@FreeBSD.org
COMMENT= Enhanced Tiny CD, a simple ncurses-based CD player
WWW= https://www.gahr.ch/etcd
USES= ncurses sdl
USE_SDL= sdl
MAKE_ARGS= INCDIR=${LOCALBASE}/include LIBDIR=${LOCALBASE}/lib \
2014-01-10 17:28:07 +01:00
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>