# New ports collection makefile for: ndiff # Date created: 31 January 2004 # Whom: Stefan A. Deutscher (sad@mailaps.org) # # $FreeBSD$ # PORTNAME= ndiff PORTVERSION= 2.00 PORTREVISION= 2 CATEGORIES= math MASTER_SITES= ftp://ftp.math.utah.edu/pub/misc/ PKGNAMEPREFIX= MAINTAINER= ports@FreeBSD.org COMMENT= Compare putatively similar files, ignoring small numeric differences .include .if !defined(WITHOUT_GMP) .if ${OSVERSION} > 500023 LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib .endif CONFIGURE_ARGS= --with-gmp CONFIGURE_ENV= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" .else .if ${ARCH} == sparc64 CONFIGURE_ARGS= --with-long-double .else CONFIGURE_ARGS= --with-double .endif .endif GNU_CONFIGURE= yes ALL_TARGET= all check-runs MAN1= ndiff.1 .if !defined(NOPORTDOCS) PORTDOCS= * .endif post-patch: @${REINPLACE_CMD} -e "s:%%DATADIR%%:${DATADIR}:g" ${WRKSRC}/Makefile.in post-build: @${ECHO_MSG} "If there were no errors in the above checks then type" @${ECHO_MSG} @${ECHO_MSG} " ${MAKE} install" @${ECHO_MSG} @${ECHO_MSG} "to install ${PORTNAME}-${PORTVERSION}" post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.pdf ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.ps ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.html ${DOCSDIR} .endif .include mon FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
* SHA256ifyedwin2006-01-241-0/+1
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
* - Update to 1.3.1pav2003-12-111-1/+1
* - Bug fixeskrion2003-08-281-1/+1