mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
b3c740f8f2
- Remove dependency on audio/libmusicbrainz [1] PR: 170304 [1] Submitted by: Jason E. Hale <bsdkaffee@gmail.com>
31 lines
655 B
Makefile
31 lines
655 B
Makefile
# New ports collection Makefile for: etcd
|
|
# Date created: 2 October 2009
|
|
# Whom: gahr
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= etcd
|
|
PORTVERSION= 1.0.1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL} \
|
|
http://people.freebsd.org/~gahr/distfiles/ \
|
|
http://www.gahr.ch/etcd/
|
|
MASTER_SITE_SUBDIR= gahr
|
|
|
|
MAINTAINER= gahr@FreeBSD.org
|
|
COMMENT= Enhanced Tiny CD, a simple ncurses-based CD player
|
|
|
|
USE_SDL= sdl
|
|
MANCOMPRESSED= no
|
|
|
|
MAKE_ARGS= INCDIR=${LOCALBASE}/include LIBDIR=${LOCALBASE}/lib \
|
|
SDL_LIBS=-lSDL NCURSES_LIBS="-lncursesw ${PTHREAD_LIBS}"
|
|
|
|
PLIST_FILES= bin/etcd
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/etcd ${PREFIX}/bin/
|
|
|
|
.include <bsd.port.mk>
|