2013-04-08 22:28:04 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.40 2013/04/08 22:28:04 fgsch Exp $
|
2009-05-31 02:33:08 +00:00
|
|
|
|
|
|
|
SHARED_ONLY= Yes
|
2006-12-10 22:03:48 +00:00
|
|
|
|
2007-09-16 02:52:56 +00:00
|
|
|
COMMENT= small and lightweight IDE
|
2006-12-10 22:03:48 +00:00
|
|
|
|
2013-04-08 22:28:04 +00:00
|
|
|
DISTNAME = geany-1.23
|
2009-12-22 15:31:26 +00:00
|
|
|
|
2006-12-10 22:03:48 +00:00
|
|
|
CATEGORIES= devel
|
2007-03-15 16:08:05 +00:00
|
|
|
|
2010-10-03 20:45:52 +00:00
|
|
|
HOMEPAGE= http://www.geany.org/
|
2006-12-10 22:03:48 +00:00
|
|
|
|
2010-10-03 20:45:52 +00:00
|
|
|
MAINTAINER= Jonathan Armani <armani@openbsd.org>
|
2006-12-10 22:03:48 +00:00
|
|
|
|
2007-10-12 09:44:21 +00:00
|
|
|
# GPL + Scintilla License
|
2006-12-10 22:03:48 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
2009-09-04 11:38:31 +00:00
|
|
|
MASTER_SITES= http://download.geany.org/
|
2007-03-15 16:08:05 +00:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
|
2008-06-03 14:56:09 +00:00
|
|
|
MODULES= devel/gettext \
|
|
|
|
textproc/intltool
|
2007-03-15 16:08:05 +00:00
|
|
|
|
|
|
|
USE_GMAKE= Yes
|
2010-10-18 17:47:50 +00:00
|
|
|
USE_GROFF = Yes
|
2007-03-15 16:08:05 +00:00
|
|
|
|
2013-04-08 22:28:04 +00:00
|
|
|
WANTLIB = X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama \
|
|
|
|
Xrandr Xrender atk-1.0 c cairo expat ffi fontconfig \
|
|
|
|
freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 \
|
|
|
|
gmodule-2.0 gobject-2.0 graphite2 gthread-2.0 gtk-x11-2.0 \
|
|
|
|
harfbuzz icudata icule icuuc m pango-1.0 pangocairo-1.0 \
|
|
|
|
pangoft2-1.0 pcre pixman-1 png pthread pthread-stubs \
|
|
|
|
stdc++ xcb xcb-render xcb-shm z
|
2006-12-10 22:03:48 +00:00
|
|
|
|
2011-09-23 09:25:33 +00:00
|
|
|
LIB_DEPENDS= x11/gtk+2
|
|
|
|
RUN_DEPENDS= devel/desktop-file-utils \
|
2011-12-03 19:38:09 +00:00
|
|
|
devel/vte \
|
|
|
|
x11/gtk+2,-guic
|
2006-12-10 22:03:48 +00:00
|
|
|
|
2013-04-08 22:28:04 +00:00
|
|
|
LIBTOOL_FLAGS = --tag=disable-static
|
|
|
|
|
2006-12-10 22:03:48 +00:00
|
|
|
CONFIGURE_STYLE=gnu
|
2007-10-12 09:44:21 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2006-12-10 22:03:48 +00:00
|
|
|
|
2013-04-08 22:28:04 +00:00
|
|
|
post-install:
|
|
|
|
rm -f ${PREFIX}/lib/geany/*.la
|
2007-10-11 20:21:07 +00:00
|
|
|
|
2006-12-10 22:03:48 +00:00
|
|
|
.include <bsd.port.mk>
|