openbsd-ports/audio/hgd/Makefile

44 lines
878 B
Makefile
Raw Normal View History

2013-03-10 18:55:01 -04:00
# $OpenBSD: Makefile,v 1.14 2013/03/10 22:55:02 espie Exp $
COMMENT = music system for hackathons
2012-03-21 13:44:41 -04:00
DISTNAME = hgd-0.5.3
CATEGORIES = audio net
HOMEPAGE = https://github.com/vext01/hgd/
2012-04-23 13:15:17 -04:00
REVISION = 0
MAINTAINER = Edd Barrett <edd@openbsd.org>
# python flavor is not linked yet
FLAVORS = python
FLAVOR ?=
# ISC
PERMIT_PACKAGE_CDROM = Yes
WANTLIB = c config crypto ssl sqlite3 tag tag_c
MASTER_SITES = https://github.com/downloads/vext01/hgd/
CONFIGURE_STYLE = gnu
RUN_DEPENDS = x11/mplayer
2012-04-23 13:15:17 -04:00
LIB_DEPENDS = devel/libconfig \
audio/taglib
2011-10-17 08:40:44 -04:00
.if ${FLAVOR:Mpython}
LIB_DEPENDS += ${MODPY_LIB_DEPENDS}
WANTLIB += ${MODPY_WANTLIB}
WANTLIB += m pthread util
MODULES = lang/python
CONFIGURE_ARGS += --with-python=${MODPY_VERSION}
PKG_ARGS += -Dpython=1
.else
CONFIGURE_ARGS += --without-python
PKG_ARGS += -Dpython=0
.endif
2013-03-10 18:55:01 -04:00
NO_TEST = Yes
.include <bsd.port.mk>