1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/math/surf/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

45 lines
947 B
Makefile

# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
# $FreeBSD$
PORTNAME= surf
PORTVERSION= 1.0.6
PORTREVISION= 2
CATEGORIES= math
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Visualize some real algebraic geometry
LICENSE= GPLv2
LIB_DEPENDS= libtiff.so:graphics/tiff \
libgmp.so:math/gmp
USES= jpeg
USE_XORG= x11 xmu
USE_GNOME= gtk12
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --disable-cups --datadir=${PREFIX}/share
CONFLICTS= surf-0* # www/surf
OPTIONS_DEFINE= DOCS
PORTDOCS= manual.sgml
PLIST_FILES= bin/${PORTNAME} %%DATADIR%%/${PORTNAME}.xpm \
man/man1/${PORTNAME}.1.gz
post-patch:
@${FIND} ${WRKSRC} -name "Makefile.in" -print0 | ${XARGS} -0 \
${REINPLACE_CMD} -e \
's|@CUPS_TRUE@|#|g ; \
s|@CUPS_FALSE@||g'
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/docs/,} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>