summaryrefslogblamecommitdiff
path: root/math/abs/Makefile
blob: a6018e965aaf7cdaa3eeaffc7640a0cfc29af4c3 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                          
                                      
                                            
 
           

 
                   
                   
                    

                                                        
                                              
 
                                     

                   
                   
 


                                                                             


                                                      
             






                                                                        
 
                      
# New ports collection makefile for:   abs
# Date created:        20 January 1999
# Whom:                gmarco@giovannelli.it
#
# $FreeBSD$
#

PORTNAME=	abs
PORTVERSION=	0.8
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

post-patch:
	@${PERL} -pi -e 's,strcasestr,strcasestr_,' ${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>