ajacoutot ea93efd05f Remove hardcoded HOMEPAGE and use the one from the x11/gnome MODULE
instead. It is just too hard to maintain a coherent list of still
reachable homepages for GNOME projects so use wiki.gnome.org which is
the entry point for *all* GNOME apps.
2013-09-28 08:50:34 +00:00

37 lines
780 B
Makefile
Executable File

# $OpenBSD: Makefile,v 1.7 2013/09/28 08:50:44 ajacoutot Exp $
COMMENT= GUI and non-GUI C-sharp code library
# NOTE: whenever GNOME_VERSION is changed print/pdfmod needs to be bumped
# as it copies the dll from this package and bundle them in its own.
GNOME_PROJECT= hyena
GNOME_VERSION= 0.5
REVISION= 0
CATEGORIES= devel
# MIT
PERMIT_PACKAGE_CDROM= Yes
EXTRACT_SUFX= .tar.bz2
MODULES= lang/mono \
x11/gnome
RUN_DEPENDS= x11/mono-gtk2
BUILD_DEPENDS= ${RUN_DEPENDS}
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= --enable-release
DLLMAP_FILES= Hyena/Hyena.dll.config \
Hyena.Gui/Hyena.Gui.dll.config
pre-configure:
@cd ${WRKSRC}/build && \
perl -pi -e 's,/usr/bin/env\ bash,/bin/sh,g' \
dll-map-makefile-verifier \
private-icon-theme-installer
.include <bsd.port.mk>