-
Notifications
You must be signed in to change notification settings - Fork 1
/
Makefile
43 lines (31 loc) · 1.12 KB
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# $OpenBSD: Makefile,v 1.13 2010/11/15 00:22:49 espie Exp $
COMMENT= viewer for Gerber (RS-274X) files
DISTNAME= gerbv-2.4.0
REVISION= 1
CATEGORIES= cad graphics
HOMEPAGE= http://gerbv.gpleda.org/
MAINTAINER= Andreas Bihlmaier <[email protected]>
SHARED_LIBS += gerbv 0.0 # 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
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
BUILD_DEPENDS= shells/bash
LIB_DEPENDS= x11/gtk+2
RUN_DEPENDS= devel/desktop-file-utils
USE_LIBTOOL = Yes
USE_GROFF = Yes
CONFIGURE_STYLE= gnu
pre-configure:
${SUBST_CMD} ${WRKSRC}/icon-theme-installer
.include <bsd.port.mk>