# New ports collection makefile for: naturalmath # Date created: 1 November 2001 # Whom: Stephen Montgomery-Smith # # $FreeBSD$ # PORTNAME= naturalmath PORTVERSION= 0.5 CATEGORIES= math MASTER_SITES= http://www.math.missouri.edu/~stephen/naturalmath/ MAINTAINER= stephen@math.missouri.edu COMMENT= Script to turn intuitively written math into latex BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX USE_PERL5= yes post-patch: @${PERL} -pi -e 's,^#!/usr/bin/perl,#!${PERL},' ${WRKSRC}/naturalmath do-build: (cd ${WRKSRC}; ./naturalmath tutor.nat; \ ${LOCALBASE}/bin/latex tutor; ${LOCALBASE}/bin/latex tutor; \ ${LOCALBASE}/bin/dvips tutor -o tutor.ps) do-install: ${INSTALL_SCRIPT} ${WRKSRC}/naturalmath ${PREFIX}/bin .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/install.html ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/tutor.nat ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/tutor.tex ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/tutor.dvi ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/tutor.ps ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/naturalmath.cgi ${DOCSDIR} .endif .include ef='/~lantw44/cgit/cgit.cgi/freebsd-ports-gnome/'>freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/security/gss
Commit message (Expand)AuthorAgeFilesLines
* Enable stage support + minor cleanupsjohans2014-01-113-58/+54
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* Eradicate USE_GNOME=pkgconfig from securitybapt2013-08-311-8/+3
* - Convert USE_GETTEXT to USES (part 3)ak2013-04-251-1/+1