openbsd-ports/math/grpn/Makefile
margarida 9196b0caff Update to version 1.1.2;
Cosmetic changes;
Switch CC behaviour from patch to port Makefile;
Take maintainership, agreed by previous MAINTAINER.

brad@ ok
2002-12-22 01:30:45 +00:00

31 lines
591 B
Makefile

# $OpenBSD: Makefile,v 1.9 2002/12/22 01:30:45 margarida 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/
MAINTAINER= Margarida Sequeira <margarida@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
LIB_DEPENDS= gtk.1.2,gdk.1.2::x11/gtk+
MAKE_FLAGS= CC="${CC}"
ALL_TARGET=
NO_REGRESS= Yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/grpn ${PREFIX}/bin
.include <bsd.port.mk>