40 lines
966 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.12 2014/03/23 18:17:34 kili Exp $
COMMENT = simple LaTeX editor
2012-11-24 21:49:46 +00:00
DISTNAME = gummi-0.6.5
REVISION = 1
CATEGORIES = editors
HOMEPAGE = http://gummi.midnightcoding.org/
MAINTAINER = Matthias Kilian <kili@openbsd.org>
# MIT
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama
WANTLIB += Xrandr Xrender atk-1.0 c cairo fontconfig freetype
WANTLIB += gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gobject-2.0
WANTLIB += gthread-2.0 gtk-x11-2.0 gtksourceview-2.0 gtkspell
WANTLIB += m pango-1.0 pangocairo-1.0 pangoft2-1.0 poppler-glib
WANTLIB += pthread z
2012-11-24 21:49:46 +00:00
MASTER_SITES = http://dev.midnightcoding.org/attachments/download/301/
MODULES = devel/gettext textproc/intltool
2010-11-15 23:22:07 +00:00
RUN_DEPENDS = devel/desktop-file-utils \
print/texlive/base
2010-11-15 23:22:07 +00:00
LIB_DEPENDS = print/poppler \
textproc/gtkspell \
x11/gtksourceview
CONFIGURE_STYLE = gnu
CFLAGS += -I${LOCALBASE}/include
.include <bsd.port.mk>