openbsd-ports/x11/gcolor2/Makefile
2013-03-11 11:35:43 +00:00

32 lines
856 B
Makefile

# $OpenBSD: Makefile,v 1.8 2013/03/11 11:46:09 espie Exp $
#
COMMENT = color selector in GTK2
DISTNAME = gcolor2-0.4
REVISION = 3
CATEGORIES = x11
HOMEPAGE = http://gcolor2.sourceforge.net/
MAINTAINER = Abel Abraham Camarillo Ojeda <acamari@verlet.org>
#GPLv2
PERMIT_PACKAGE_CDROM = Yes
WANTLIB = GL X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes Xi \
Xinerama Xrandr Xrender Xxf86vm atk-1.0 c cairo>=9 drm expat \
fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 \
gmodule-2.0 gobject-2.0 gthread-2.0 gtk-x11-2.0 \
m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre>=2 pixman-1 png>=10 \
pthread pthread-stubs xcb xcb-render xcb-shm z
LIB_DEPENDS = x11/gtk+2
MODULES = devel/gettext \
textproc/intltool
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=gcolor2/}
CONFIGURE_STYLE = gnu
.include <bsd.port.mk>