2011-05-17 04:10:00 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.17 2011/05/17 08:10:00 jasper Exp $
|
2009-06-04 08:59:33 -04:00
|
|
|
|
|
|
|
COMMENT = Amide a Medical Imaging Data Examiner
|
|
|
|
|
2009-12-23 07:01:07 -05:00
|
|
|
DISTNAME = amide-0.9.2
|
2011-05-17 04:10:00 -04:00
|
|
|
REVISION = 7
|
2009-06-04 08:59:33 -04:00
|
|
|
CATEGORIES = graphics
|
|
|
|
|
|
|
|
HOMEPAGE = http://amide.sourceforge.net/
|
|
|
|
|
|
|
|
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
|
|
|
|
|
|
|
|
# GPLv2
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
|
2011-05-17 04:10:00 -04:00
|
|
|
WANTLIB += GL X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
|
|
|
|
WANTLIB += Xi Xinerama Xrandr Xrender Xxf86vm art_lgpl_2 atk-1.0
|
|
|
|
WANTLIB += avcodec avutil c cairo drm expat faac fontconfig freetype
|
|
|
|
WANTLIB += gailutil gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0
|
|
|
|
WANTLIB += gmodule-2.0 gnomecanvas-2 gobject-2.0 gsl gslcblas
|
|
|
|
WANTLIB += gsm gthread-2.0 gtk-x11-2.0 m mdc mp3lame ogg orc-0.4
|
|
|
|
WANTLIB += pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1
|
|
|
|
WANTLIB += png pthread pthread-stubs schroedinger-1.0 speex stdc++
|
|
|
|
WANTLIB += theoradec theoraenc vorbis vorbisenc vpx x264 xcb xcb-render
|
|
|
|
WANTLIB += xcb-shm xml2 z
|
2011-04-18 18:18:33 -04:00
|
|
|
|
2009-06-04 08:59:33 -04:00
|
|
|
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=amide/}
|
|
|
|
|
|
|
|
EXTRACT_SUFX = .tgz
|
|
|
|
|
|
|
|
MODULES = devel/gettext \
|
|
|
|
textproc/intltool
|
|
|
|
|
2010-11-17 03:05:12 -05:00
|
|
|
BUILD_DEPENDS = devel/m4 \
|
|
|
|
x11/gnome/doc-utils
|
|
|
|
RUN_DEPENDS = devel/desktop-file-utils \
|
|
|
|
x11/gnome/yelp
|
|
|
|
LIB_DEPENDS = devel/gsl>=1.6 \
|
|
|
|
x11/gnome/libgnomecanvas \
|
|
|
|
graphics/xmedcon \
|
|
|
|
graphics/ffmpeg>=20100512
|
2009-06-04 08:59:33 -04:00
|
|
|
|
|
|
|
USE_LIBTOOL = Yes
|
|
|
|
USE_GMAKE = Yes
|
2010-11-17 03:05:12 -05:00
|
|
|
USE_GROFF = Yes
|
2009-06-04 08:59:33 -04:00
|
|
|
|
2011-05-16 03:42:50 -04:00
|
|
|
AUTOCONF_VERSION = 2.63
|
|
|
|
CONFIGURE_STYLE = autoconf gnu
|
2009-06-04 08:59:33 -04:00
|
|
|
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include ${CFLAGS}" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib" \
|
|
|
|
XMEDCON_CONFIG="${LOCALBASE}/bin/xmedcon-config"
|
|
|
|
CONFIGURE_ARGS += ${CONFIGURE_SHARED} \
|
|
|
|
--disable-xmedcontest \
|
|
|
|
--disable-libfame \
|
2009-12-23 07:01:07 -05:00
|
|
|
--disable-libdcmdata \
|
|
|
|
--enable-ffmpeg
|
2009-06-04 08:59:33 -04:00
|
|
|
|
|
|
|
NO_REGRESS = Yes
|
|
|
|
|
|
|
|
post-extract:
|
|
|
|
@rm -f ${WRKSRC}/src/ui_common.c.orig
|
2009-06-28 17:46:38 -04:00
|
|
|
|
2009-06-04 08:59:33 -04:00
|
|
|
.include <bsd.port.mk>
|