openbsd-ports/x11/gnome/moserial/Makefile

36 lines
912 B
Makefile
Raw Normal View History

2012-06-13 16:43:29 -04:00
# $OpenBSD: Makefile,v 1.18 2012/06/13 20:43:29 jasper Exp $
COMMENT= serial terminal for GNOME
GNOME_PROJECT= moserial
2012-06-13 16:43:29 -04:00
GNOME_VERSION= 3.0.7
CATEGORIES= comms
2012-03-30 10:09:59 -04:00
HOMEPAGE= https://live.gnome.org/moserial
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2011-09-12 03:36:49 -04:00
MODULES= devel/gettext \
x11/gnome
2011-09-12 03:36:49 -04:00
WANTLIB += GL X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
WANTLIB += Xi Xinerama Xrandr Xrender Xxf86vm atk-1.0 c cairo
WANTLIB += cairo-gobject drm expat fontconfig freetype gdk-3 gdk_pixbuf-2.0
WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0
2011-09-12 03:36:49 -04:00
WANTLIB += gtk-3 m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre
WANTLIB += pixman-1 png pthread pthread-stubs xcb xcb-render xcb-shm
2011-11-04 05:56:28 -04:00
WANTLIB += z ffi stdc++
2011-09-12 03:36:49 -04:00
LIB_DEPENDS= x11/gtk+3
2011-10-05 12:55:43 -04:00
MODGNOME_DESKTOP_FILE= Yes
2011-12-03 17:17:15 -05:00
MODGNOME_ICON_CACHE= Yes
2011-09-20 16:52:45 -04:00
MODGNOME_TOOLS= yelp
.include <bsd.port.mk>