# New ports collection makefile for: moscow-ml # Date created: 2 August 1998 # Whom: chuckr # # $FreeBSD$ # PORTNAME= moscow_ml PORTVERSION= 1.4 CATEGORIES= lang MASTER_SITES= ftp://ftp.dina.kvl.dk/pub/mosml/ \ ftp://ftp.csd.uu.se/pub/mirror/mosml/ \ ftp://ftp.dcs.ed.ac.uk/pub/ml/Moscow/ DISTNAME= mos14src MAINTAINER= chuckr@freefall.FreeBSD.org ALL_TARGET= world MOSMLHOME=$(PREFIX)/moscow_ml INSTALL_TARGET= install MOSMLHOME=$(PREFIX)/moscow_ml WRKSRC= ${WRKDIR}/mosml/src post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/moscow_ml/doc ${MKDIR} ${PREFIX}/moscow_ml/doc/mosmllib ${MKDIR} ${PREFIX}/moscow_ml/examples for file in ${WRKDIR}/mosml/doc/*;do \ if [ -f $${file} ]; then\ ${INSTALL_DATA} $${file} ${PREFIX}/moscow_ml/doc;fi;done for file in ${WRKDIR}/mosml/doc/mosmllib/*;do \ ${INSTALL_DATA} $${file} ${PREFIX}/moscow_ml/doc/mosmllib;done (cd ${WRKDIR}/mosml/examples; \ ${INSTALL_DATA} README ${PREFIX}/moscow_ml/examples; \ for sdirs in manual mls helpsigs calc pretty lexyacc;do \ ${MKDIR} ${PREFIX}/moscow_ml/examples/$${sdirs}; \ for file in $${sdirs}/*;do \ if [ -f $${file} ]; then\ ${INSTALL_DATA} $${file} ${PREFIX}/moscow_ml/examples/$${sdirs}; fi; \ done; done;) .endif for file in $(PREFIX)/moscow_ml/bin/*;do \ if [ -f $${file} ]; then\ $(LN) -sf $${file} $(PREFIX)/bin;fi;done .include name='h' onchange='this.form.submit();'> FreeBSD graphics obsolete development ports (https://github.com/freebsd/freebsd-ports-graphics)
aboutsummaryrefslogtreecommitdiffstats
path: root/games/freeciv
Commit message (Expand)AuthorAgeFilesLines
* - Update to 2.0.2pav2005-07-112-4/+3
* - Fix Xaw3d issuesem2005-05-111-4/+0
* - Fix plist. Add missed man pages.sem2005-05-092-1/+5
* - Add missed depends on png libsem2005-05-081-1/+2
* - Bump PORTREVISION for last changessem2005-05-071-0/+1
* - Fix pkg-plistsem2005-05-073-1/+209
* - Update to 2.0.1sem2005-05-064-31/+204
* Clean up handling of locale directories at deinstall-time:kris2004-12-161-26/+0
* Upgrade to 1.14.2.thierry2004-11-043-161/+162
* - upgrade to to 1.14.1;thierry2004-05-043-11/+79
* Add size data, approved by maintainers.trevor2004-03-211-0/+1
* Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-041-2/+2
* Now gettext 0.12.1 is gettext-old.trevor2004-01-241-1/+1
* Update to version 1.14.0.demon2003-08-263-4/+14
* Chase the libintl.so shared lib version.marcus2003-08-251-1/+1
* Make the PKGNAMESUFFIC overrideable so that package builds will work.marcus2003-04-271-1/+1
* s/USE_GNOMENG/USE_GNOME/marcus2003-04-211-1/+1
* Remove USE_GNOMENG.marcus2003-04-201-1/+0
* De-pkg-comment.knu2003-02-212-2/+2
* Deploy USE_GNOMENG infrastructurelioux2002-09-021-3/+5
* Update to 1.13.0pat2002-08-083-40/+27