1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/math/abs/Makefile
Ion-Mihai Tetcu c4a4b47e7f Add a MASTER_SITE mirror
PR:		ports/104692
Submitted by:	Thomas Abthorpe
Approved by:	maintainer
2006-12-27 10:24:30 +00:00

39 lines
969 B
Makefile

# New ports collection makefile for: abs
# Date created: 20 January 1999
# Whom: gmarco@giovannelli.it
#
# $FreeBSD$
#
PORTNAME= abs
PORTVERSION= 0908
CATEGORIES= math
MASTER_SITES= http://utenti.gufi.org/~gmarco/files/distfiles/ \
http://fresh.t-systems-sfr.com/unix/src/privat2/
DISTNAME= ${PORTNAME}-src-${PORTVERSION}
MAINTAINER= gmarco@gufi.org
COMMENT= A free spreadsheet with graphical user interface
PLIST_FILES= bin/abs
USE_XLIB= yes
USE_XPM= yes
WRKSRC= ${WRKDIR}/abs-src-0.908
post-patch:
@${REINPLACE_CMD} -e 's/trcasestr/strcasestr_/g' ${WRKSRC}/Database/cell.c
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/abs ${PREFIX}/bin
post-install:
@${ECHO_MSG} "For the changes from previous version"
@${ECHO_MSG} "you can read the NEWS file in ${WRKSRC}"
@${ECHO_MSG} ""
@${ECHO_MSG} "There are also some examples (not installed) in :"
@${ECHO_MSG} "${WRKSRC}/Examples"
@${ECHO_MSG} ""
@${ECHO_MSG} ""
.include <bsd.port.mk>