freebsd-ports/audio/etcd/Makefile
Marcus von Appen fbd0197639 - Update devel/sdl12 to 1.2.15
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions

Tested by:	exp-run by pav
2012-02-18 10:18:33 +00:00

34 lines
758 B
Makefile

# New ports collection Makefile for: etcd
# Date created: 2 October 2009
# Whom: gahr
#
# $FreeBSD$
#
PORTNAME= etcd
PORTVERSION= 1.0.0
PORTREVISION= 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
LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz
USE_SDL= sdl
MANCOMPRESSED= no
MAKE_ARGS= INCDIR=${LOCALBASE}/include LIBDIR=${LOCALBASE}/lib \
SDL_LIBS=-lSDL MB_LIBS=-lmusicbrainz \
NCURSES_LIBS="-lncursesw ${PTHREAD_LIBS}"
PLIST_FILES= bin/etcd
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/etcd ${PREFIX}/bin/
.include <bsd.port.mk>