openbsd-ports/cad/xnecview/Makefile
landry 8fbd50bb6d Remove jason@ as MAINTAINER, as his e-mail bounces since a while.. agreed
by jason@, prodded by espie@. While here, take maintainership of
devel/geotiff & devel/proj. Any takers for the others ?
ok espie@
2010-01-23 10:29:45 +00:00

36 lines
941 B
Makefile

# $OpenBSD: Makefile,v 1.8 2010/01/23 10:29:45 landry Exp $
COMMENT= NEC2 antenna simulator visualizer
VERSION= 1.35
DISTNAME= xnecview-${VERSION}
PKGNAME= ${DISTNAME}p4
EXTRACT_SUFX= .tgz
MASTER_SITES= http://wwwhome.cs.utwente.nl/~ptdeboer/ham/xnecview/
CATEGORIES= cad hamradio
HOMEPAGE= http://www.cs.utwente.nl/~ptdeboer/ham/xnecview/
# 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 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
MODULES= devel/gettext
LIB_DEPENDS= gtk-x11-2.0.>=400.13,gdk-x11-2.0.>=400.13,gdk_pixbuf-2.0.>=400.13::x11/gtk+2
USE_GMAKE=yes
CONFIGURE_STYLE= imake
.include <bsd.port.mk>