72ce5b4fe2
Also kill this tolower() which doesn't match ctype.h. (note to self: check WANTLIB before extract too ?)
30 lines
707 B
Makefile
30 lines
707 B
Makefile
# $OpenBSD: Makefile,v 1.8 2005/04/03 16:14:44 espie Exp $
|
|
|
|
COMMENT= "free spreadsheet with graphical user interface"
|
|
|
|
DISTNAME= abs-src-0.8
|
|
PKGNAME= ${DISTNAME:S/-src//}p0
|
|
CATEGORIES= math
|
|
|
|
HOMEPAGE= http://www.ping.be/bertin/abs.shtml
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= X11 Xaw Xext Xmu Xpm Xt c.35 m
|
|
|
|
MASTER_SITES= http://www.ping.be/bertin/
|
|
|
|
USE_X11= Yes
|
|
NO_REGRESS= Yes
|
|
|
|
do-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/abs
|
|
${INSTALL_PROGRAM} ${WRKSRC}/abs ${PREFIX}/bin
|
|
${INSTALL_DATA} ${WRKSRC}/Examples/* ${PREFIX}/share/examples/abs
|
|
|
|
.include <bsd.port.mk>
|