openbsd-ports/audio/calf/Makefile

51 lines
1.2 KiB
Makefile
Raw Normal View History

2011-10-12 08:54:30 -04:00
# $OpenBSD: Makefile,v 1.8 2011/10/12 12:54:30 jasper Exp $
SHARED_ONLY = Yes
ONLY_FOR_ARCHS = ${GCC4_ARCHS}
COMMENT = CALF LADSPA plugins
DISTNAME = calf-0.0.18.5
2011-10-12 08:54:30 -04:00
REVISION = 3
CATEGORIES = audio
HOMEPAGE = http://tap-plugins.sourceforge.net/
MAINTAINER = Jacob Meuser <jakemsr@openbsd.org>
# GPLv2.1
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB = GL X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext \
Xfixes Xi Xinerama Xrandr Xrender Xxf86vm atk-1.0 c \
cairo drm expat fontconfig freetype gdk-x11-2.0 \
gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 \
2010-11-18 07:03:28 -05:00
gtk-x11-2.0 gthread-2.0 m pango-1.0 \
pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png pthread \
pthread-stubs xcb xcb-render xcb-shm xml2 z \
2011-10-12 08:54:30 -04:00
jack glade-2.0 ffi stdc++
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=calf/}
RUN_DEPENDS = devel/desktop-file-utils
LIB_DEPENDS = audio/jack \
devel/libglade2
BUILD_DEPENDS += audio/ladspa
2010-11-18 07:03:28 -05:00
MODULES += devel/gettext
USE_LIBTOOL = Yes
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS += --without-dssi \
--without-lv2
CONFIGURE_ENV += CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
NO_REGRESS = Yes
.include <bsd.port.mk>