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