# New ports collection makefile for: NAnt # Date created: 2005-5-21 # Whom: Christopher Nehren # # $FreeBSD$ # PORTNAME= nant PORTVERSION= 0.91 CATEGORIES= devel MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= sunpoet@FreeBSD.org COMMENT= A .NET build tool inspired by Ant BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono RUN_DEPENDS= mono:${PORTSDIR}/lang/mono BROKEN= fails to build DATADIR= ${PREFIX}/share/NAnt DOCSDIR= ${PREFIX}/share/doc/NAnt INSTALL_TARGET= install prefix=${PREFIX} MAKE_ENV= MONO_PATH=${WRKSRC}/lib TARGET=mono-4.0 MAKE_JOBS_UNSAFE= yes USE_GMAKE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} post-patch: @${REINPLACE_CMD} -e 's|MCS=mcs|MCS=dmcs|' ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 's|lib/pkgconfig|libdata/pkgconfig|' ${WRKSRC}/NAnt.build .if defined(NOPORTDOCS) @${REINPLACE_CMD} -e '903,910 d' ${WRKSRC}/NAnt.build .endif post-install: .if !defined(NOPORTEXAMPLES) ${MKDIR} ${EXAMPLESDIR}/ cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${EXAMPLESDIR}/ .endif .include 4/cgit/cgit.cgi/'>index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - update to 1.4.1dinoex2010-03-281-1/+1
* - update to jpeg-8dinoex2010-02-051-1/+1
* - bump all port that indirectly depends on libjpeg and have not yet been bump...dinoex2009-07-311-1/+1
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-2/+2
* - Depend on USE_XORG=x11 xextmm2008-04-071-2/+2
* - Fix for gif2rle (from BRLCAD)pav2007-12-1611-21/+189
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
* USE_GMAKE=yes to fix the build on FreeBSD 7.fjoe2007-03-141-0/+1
* - Remove support for a.out format and PORTOBJFORMAT variable from individualpav2007-01-302-15/+3
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gclsung2006-08-151-1/+1
* - Add SHA256pav2005-11-261-0/+4
* - Prepare to build cad/brlcad with framebuffer supportbarner2005-03-1418-13/+324
* Fix a rare case problem (sometimes dumps core)maho2005-02-011-7/+5
* - Fix some potential buffer overflowsvs2005-01-136-47/+91
* Update MASTER_SITES, add WWW:-tagvs2005-01-103-6/+8
* Tidy up whitespace.trevor2004-04-111-1/+1
* SIZEify.trevor2004-01-291-0/+4
* Use the CPIO macro defined in bsd.port.mk.trevor2004-01-221-2/+2
* Fix build on -CURRENT.fjoe2003-10-28