openbsd-ports/math/grpn/Makefile
2006-11-13 12:51:14 +00:00

31 lines
627 B
Makefile

# $OpenBSD: Makefile,v 1.14 2006/11/13 12:53:08 steven Exp $
COMMENT= "graphical reverse polish notation calculator"
DISTNAME= grpn-1.1.2
CATEGORIES= math x11
HOMEPAGE= http://lashwhip.com/grpn.html
MASTER_SITES= http://lashwhip.com/grpn/ \
ftp://lashwhip.com/pub/
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 Xext Xi c glib gmodule iconv intl m
LIB_DEPENDS= gtk.>=1.2,gdk.>=1.2::x11/gtk+
MAKE_FLAGS= CC="${CC}"
ALL_TARGET=
USE_X11= Yes
NO_REGRESS= Yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/grpn ${PREFIX}/bin
.include <bsd.port.mk>