2017-11-21 00:12:59 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.29 2017/11/21 00:13:02 naddy Exp $
|
2001-03-28 08:26:10 +00:00
|
|
|
|
2007-09-15 18:44:36 +00:00
|
|
|
COMMENT= graphical reverse polish notation calculator
|
2000-12-18 02:17:11 +00:00
|
|
|
|
2002-12-22 01:30:45 +00:00
|
|
|
DISTNAME= grpn-1.1.2
|
2017-11-21 00:12:59 +00:00
|
|
|
REVISION= 9
|
2000-12-18 02:17:11 +00:00
|
|
|
CATEGORIES= math x11
|
|
|
|
|
2002-12-22 01:30:45 +00:00
|
|
|
HOMEPAGE= http://lashwhip.com/grpn.html
|
2000-12-18 02:17:11 +00:00
|
|
|
|
2003-11-02 19:58:21 +00:00
|
|
|
MASTER_SITES= http://lashwhip.com/grpn/ \
|
|
|
|
ftp://lashwhip.com/pub/
|
2000-12-18 02:17:11 +00:00
|
|
|
|
2010-03-23 20:38:20 +00:00
|
|
|
# GPLv2
|
2000-12-18 02:17:11 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
2017-11-21 00:12:59 +00:00
|
|
|
WANTLIB = X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama Xrandr
|
2015-04-21 18:24:22 +00:00
|
|
|
WANTLIB += Xrender atk-1.0 c cairo fontconfig freetype gdk-x11-2.0
|
2017-11-21 00:12:59 +00:00
|
|
|
WANTLIB += gdk_pixbuf-2.0 gio-2.0 glib-2.0 gobject-2.0 gtk-x11-2.0 iconv
|
|
|
|
WANTLIB += intl m pango-1.0 pangocairo-1.0 pangoft2-1.0 pthread z
|
2010-03-23 20:38:20 +00:00
|
|
|
|
|
|
|
|
2010-11-19 07:23:05 +00:00
|
|
|
LIB_DEPENDS= x11/gtk+2
|
2000-12-18 02:17:11 +00:00
|
|
|
|
2002-12-22 01:30:45 +00:00
|
|
|
MAKE_FLAGS= CC="${CC}"
|
|
|
|
ALL_TARGET=
|
2013-03-11 11:20:26 +00:00
|
|
|
NO_TEST= Yes
|
2002-10-27 18:29:15 +00:00
|
|
|
|
2000-12-18 02:17:11 +00:00
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/grpn ${PREFIX}/bin
|
2013-11-05 15:33:06 +00:00
|
|
|
${INSTALL_MAN} ${WRKSRC}/grpn.1 ${PREFIX}/man/man1
|
2000-12-18 02:17:11 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|