sthen cf964b6e94 update to gwenhywfar 4.10.0b and clean up DISTFILES handling
(not the latest version, but not far off and that can be updated separately)
2014-03-09 21:01:55 +00:00

45 lines
1.4 KiB
Makefile

# $OpenBSD: Makefile,v 1.2 2014/03/09 21:01:55 sthen Exp $
SHARED_ONLY= Yes
COMMENT= helper library for networking and security applications
# update the "release=XX" in DISTFILES, not just DISTNAME
DISTNAME= gwenhywfar-4.10.0beta
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}{download.php?package=01\&release=73\&file=01}
SHARED_LIBS += gwenhywfar 1.0 # 70.0
SHARED_LIBS += gwengui-gtk2 0.0 # unknown
SHARED_LIBS += gwengui-cpp 0.0 # unknown
CATEGORIES= devel
HOMEPAGE= http://www2.aquamaniac.de/sites/download/packages.php?package=01&showall=1
# LGPLv2.1 with OpenSSL exemption
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama
WANTLIB += Xrandr Xrender atk-1.0 c cairo crypto expat ffi fontconfig
WANTLIB += freetype gcrypt gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0
WANTLIB += glib-2.0 gmodule-2.0 gmp gnutls gobject-2.0 gpg-error
WANTLIB += graphite2 gthread-2.0 gtk-x11-2.0 harfbuzz hogweed
WANTLIB += m nettle p11-kit pango-1.0 pangocairo-1.0 pangoft2-1.0
WANTLIB += pcre pixman-1 png pthread pthread-stubs ssl stdc++
WANTLIB += tasn1 xcb xcb-render xcb-shm z
MASTER_SITES= http://www.aquamaniac.de/sites/download/
MODULES= devel/gettext
LIB_DEPENDS= graphics/png \
security/libgcrypt \
security/gnutls \
x11/gtk+2
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --with-guis=gtk2
LIBTOOL_FLAGS= --tag=disable-static
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>