openbsd-ports/cad/gerbv/Makefile

39 lines
1.0 KiB
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.7 2010/09/09 07:50:32 jasper Exp $
COMMENT= viewer for Gerber (RS-274X) files
DISTNAME= gerbv-2.4.0
CATEGORIES= cad graphics
HOMEPAGE= http://gerbv.gpleda.org/
MAINTAINER= Andreas Bihlmaier <andreas.bihlmaier@gmx.de>
SHARED_LIBS += gerbv 0.0 # 1.5
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2009-03-06 17:20:49 -05:00
WANTLIB += X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat fontconfig
WANTLIB += freetype gio-2.0 glib-2.0 glitz gmodule-2.0 gobject-2.0
WANTLIB += m pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1 png
WANTLIB += pthread-stubs xcb z
WANTLIB += gthread-2.0 pcre pthread xcb-render xcb-render-util
WANTLIB += gdk-x11-2.0 gdk_pixbuf-2.0 gtk-x11-2.0
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gerbv/}
MODULES= devel/gettext
LIB_DEPENDS= ::x11/gtk+2
RUN_DEPENDS= ::devel/desktop-file-utils
USE_X11= Yes
USE_LIBTOOL = Yes
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>