[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / math / abs

File: [cvs.NetBSD.org] / pkgsrc / math / abs / Makefile (download)

Revision 1.9, Mon Jun 2 01:18:36 2003 UTC (20 years, 10 months ago) by jschauma
Branch: MAIN
Changes since 1.8: +2 -2 lines

Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.

# $NetBSD: Makefile,v 1.9 2003/06/02 01:18:36 jschauma Exp $
#

DISTNAME=	abs-src-0.8
PKGNAME=	abs-0.8
CATEGORIES=	math x11
MASTER_SITES=	http://www.ping.be/bertin/

MAINTAINER=	tech-pkg@netbsd.org
HOMEPAGE=	http://www.ping.be/bertin/abs.shtml
COMMENT=	Free spreadsheet with graphical user interface

USE_BUILDLINK2=	YES
USE_X11BASE=	YES
MAKEFILE=	Makefile.netBSD

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/abs ${PREFIX}/bin

.include "../../graphics/xpm/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"