# New ports collection makefile for: mmtk # Date created: 29 August 2002 # Whom: Glenn Johnson # # $FreeBSD$ # PORTNAME= mmtk PORTVERSION= 2.2 CATEGORIES= science python MASTER_SITES= http://starship.python.net/crew/hinsen/MMTK/ DISTNAME= MMTK-${PORTVERSION} MAINTAINER= ports@freebsd.org COMMENT= An Open Source program library for molecular simulation applications BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/Scientific:${PORTSDIR}/math/py-scientific RUN_DEPENDS= ${PYTHON_SITELIBDIR}/Scientific:${PORTSDIR}/math/py-scientific USE_REINPLACE= yes USE_PYTHON= yes USE_PYDISTUTILS=yes .include MAJOR!= ${UNAME} -r | ${SED} -e 's/\..*//' PLIST_SUB+= MAJOR=${MAJOR} post-patch: @${REINPLACE_CMD} "s#'Include'#'Include','${PREFIX}/include'#" ${WRKSRC}/setup.py @${REINPLACE_CMD} "s#malloc.h#stdlib.h#g" ${WRKSRC}/Include/MMTK/readdcd.h .if !defined(NOPORTDOCS) post-install: @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/LICENSE ${DOCSDIR} @${MKDIR} ${EXAMPLESDIR} @${TAR} -C ${WRKSRC} -chf - Doc | \ ${TAR} -xf - -C ${DOCSDIR} @${TAR} -C ${WRKSRC} -chf - Examples | \ ${TAR} -xf - -C ${EXAMPLESDIR} .endif .include nome/'>freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update to 2.3.41delphij2008-02-202-4/+4
* Avoid confusion when SASL is enabled for server.delphij2008-01-171-0/+1
* Update to 2.3.40.delphij2007-12-262-5/+5
* Correct slapd_owner case matching.delphij2007-12-122-2/+2
* Update to 2.3.39.delphij2007-10-273-26/+4
* This release of OpenLDAP does not support Berkeley DB 4.6 yet.delphij2007-08-231-0/+1
* - Update to 2.3.38.delphij2007-08-213-4/+5
* - Remove the DESTDIR modifications from individual ports as we have a new,gabor2007-08-041-7/+7
* Update to 2.3.37.delphij2007-07-202-4/+4
* Update to 2.3.36delphij2007-06-183-12/+12
* Do not build SASL by default for client package, thus avoidsdelphij2007-06-081-2/+2
* Use more concise expressions for splitting the user:group string.delphij2007-05-282-3/+3
* - Update to 2.3.35delphij2007-04-103-5/+27
* Use USE_LDCONFIG correctly upon successful server installationdelphij2007-03-201-1/+2
* Add a couple of @cwd's in order to make @dirrmtry reallydelphij2007-02-261-0/+2
* Update to 2.3.34delphij2007-02-212-4/+4
* - Use newly added RC_SUBR_SUFFIXrafan2007-02-011-6/+1
* Update to 2.3.33delphij2007-01-202-4/+4
* Upate to 2.3.32delphij2007-01-052-4/+4
* Update to 2.3.31, a bugfix release. To quote the release changelog:delphij2006-12-192-5/+5
* o Respect PTHREAD_LIBS=ANY (like -lthr). [1]delphij2006-11-301-2/+4
* Update to 2.3.30.delphij2006-11-152-4/+4
* Update to 2.3.29delphij2006-11-105-58/+6
* - Unify the way to choose between ODBC flavors (WITH_IODBC / WITH_UNIXODBC).alepulver2006-10-101-5/+10
* Update to 2.3.27, plus fix for perl backend [1].delphij2006-08-205-4/+56
* Update to 2.3.26.delphij2006-08-182-4/+4
* Update to 2.3.25, a maintaince release which contains a lot ofdelphij2006-08-022-4/+4
* Switch to root's credential during pre-install stage. This fixesdelphij2006-07-171-1/+1
* PlanetMirror appears to add a page which fetch(1) do not like, so remove itdelphij2006-06-021-1/+0
* Update to OpenLDAP 2.3.24 Release:delphij2006-05-312-6/+6
* According to the openldap configure script, by disablingdelphij2006-05-262-11/+21
* Fix pkg-message for client.delphij2006-05-222-0/+2
* The pkg-install, pkg-deinstall and pkg-message files are suitabledelphij2006-05-211-2/+2
* When the SASL option is selected, define WANT_OPENLDAP_SASLdelphij2006-05-201-0/+1
* Updates, cleanups and improvements over the openldap23-* ports:delphij2006-05-188-90/+51
* Remove USE_REINPLACE from all categories starting with Nedwin2006-05-121-1/+0
* - OPTIONS revision: resort, add newsem2006-04-181-13/+58
* Correct a bug that makes inversed logic for SHELL backend.delphij2006-04-161-3/+3
* - A new maintainersem2006-04-161-1/+1
* - Update to 2.3.21 (a bugfix release)sem2006-04-163-26/+4
* Reset vsevolod as maintainer due to unreponsiveness. We hope to see himlinimon2006-04-151-1/+1
* - One more --with-ldbm -> --enable-ldbm forgotten on the last commitsem2006-04-101-1/+1
* - Update to 2.3.20 (including a client library mutex leak fix,sem2006-04-054-6/+28
* Conversion to a single libtool environment.ade2006-02-23