34 lines
807 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.29 2017/11/21 00:13:02 naddy Exp $
COMMENT= graphical reverse polish notation calculator
DISTNAME= grpn-1.1.2
REVISION= 9
CATEGORIES= math x11
HOMEPAGE= http://lashwhip.com/grpn.html
2003-11-02 19:58:21 +00:00
MASTER_SITES= http://lashwhip.com/grpn/ \
ftp://lashwhip.com/pub/
2010-03-23 20:38:20 +00:00
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
WANTLIB = X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama Xrandr
WANTLIB += Xrender atk-1.0 c cairo fontconfig freetype gdk-x11-2.0
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
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
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/grpn ${PREFIX}/bin
2013-11-05 15:33:06 +00:00
${INSTALL_MAN} ${WRKSRC}/grpn.1 ${PREFIX}/man/man1
.include <bsd.port.mk>