1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/math/abs/Makefile
Yen-Ming Lee 94b198ff84 correct the syntax of ${REINPLACE_CMD}
Noticed by:	Gianmarco Giovannelli <gmarco@giovannelli.it>
2003-02-17 16:24:27 +00:00

38 lines
886 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://www.ping.be/bertin/ \
http://www.giovannelli.it/~gmarco/files/
DISTNAME= ${PORTNAME}-src-${PORTVERSION}
MAINTAINER= gmarco@giovannelli.it
USE_XLIB= yes
USE_XPM= yes
USE_REINPLACE= 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>