49 lines
1.2 KiB
Makefile
49 lines
1.2 KiB
Makefile
# $OpenBSD: Makefile,v 1.18 2011/12/05 16:07:22 espie Exp $
|
|
|
|
COMMENT= viewer for Gerber (RS-274X) files
|
|
DISTNAME= gerbv-2.5.0
|
|
CATEGORIES= cad graphics
|
|
REVISION = 2
|
|
|
|
HOMEPAGE= http://gerbv.gpleda.org/
|
|
|
|
MAINTAINER= Andreas Bihlmaier <andreas.bihlmaier@gmx.de>
|
|
|
|
SHARED_LIBS += gerbv 0.1 # 1.5
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
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 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 GL Xxf86vm drm ffi stdc++ xcb-shm
|
|
WANTLIB += gthread-2.0 pcre pthread xcb-render
|
|
WANTLIB += gdk-x11-2.0 gdk_pixbuf-2.0 gtk-x11-2.0
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gerbv/}
|
|
|
|
MODULES= devel/gettext
|
|
|
|
BUILD_DEPENDS= shells/bash
|
|
LIB_DEPENDS= x11/gtk+2
|
|
|
|
# configure complains otherwise
|
|
BUILD_DEPENDS += devel/desktop-file-utils
|
|
|
|
RUN_DEPENDS= devel/desktop-file-utils \
|
|
x11/gtk+2,-guic
|
|
|
|
USE_LIBTOOL = Yes
|
|
USE_GROFF = Yes
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
pre-configure:
|
|
${SUBST_CMD} ${WRKSRC}/icon-theme-installer
|
|
|
|
.include <bsd.port.mk>
|