# ex:ts=8 # New ports collection makefile for: hs-fps # Date created: 23 May 2006 # Whom: Maxime Henrion # # $FreeBSD$ # PORTNAME= fps PORTVERSION= 0.7 PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= ftp://ftp.cse.unsw.edu.au/pub/users/dons/fps/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= mux PKGNAMEPREFIX= hs- MAINTAINER= mux@FreeBSD.org COMMENT= Fast, packed, strict byte arrays for Haskell BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc OPTIONS= PROFILE "Build libraries for profiling" off .include SETUP= Setup.hs .if defined(WITH_PROFILE) PLIST_SUB+= PROFILE="" PROFILE= -p .else PLIST_SUB+= PROFILE="@comment " .endif PLIST_SUB+= FPS_VERSION=${PORTVERSION} do-configure: @${CHMOD} +x ${WRKSRC}/${SETUP} @cd ${WRKSRC}; ./${SETUP} configure ${PROFILE} --prefix=${LOCALBASE} do-build: @cd ${WRKSRC}; ./${SETUP} build do-install: @cd ${WRKSRC}; ./${SETUP} install post-install: @ver=`ghc --numeric-version`; \ ${REINPLACE_CMD} -e "s|%%GHC_VERSION%%|$${ver}|g" ${TMPPLIST} .include /cgit.cgi/'>index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Drop maintainership, since I'm buried in the $REALLIFE stuff.krion2005-09-141-1/+1
* Update to 0.7.2krion2004-12-122-3/+3
* Update to 0.7.1krion2004-11-272-3/+5
* Update to 0.7.0krion2004-10-263-6/+5
* Install additional documentation.krion2004-07-232-0/+12
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-1/+1
* - Update to version 0.6.8krion2004-05-292-3/+3
* - Fix typokrion2004-05-151-1/+1
* - Add WITH_OPTIMIZED_CFLAGSkrion2004-05-131-0/+12
* - Update to version 0.6.7krion2004-05-103-4/+4
* - Support WITHOUT_NLSkrion2004-03-282-2/+9
* - Update to version 0.6.6krion2004-03-222-3/+3
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
* - Update to version 0.6.5krion2004-03-063-16/+4
* Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-041-2/+2
* - SIZEifykrion2004-01-302-0/+2
* Now gettext 0.12.1 is gettext-old.trevor2004-01-241-1/+1
* - Update to version 0.6.4krion2004-01-032-2/+2
* - Update to version 0.6.3krion2003-12-234-7/+6
* USE_REINPLACE must be defined before REINPLACE_CMD may be used.trevor2003-11-171-0/+1
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.marcus2003-08-271-0/+1
* Chase the libintl.so shared lib version.marcus2003-08-251-1/+1
* * Rearrange USE_GNOMEkrion2003-07-311-5/+1
* Update to 0.5.3kevlo2003-05-152-2/+2
* Update to version 0.5.2naddy2003-05-023-9/+24
* De-pkg-comment.knu2003-02-212-1/+1
* URL updates.naddy2003-02-122-2/+2
* - Do not install useless .la filesijliao2002-11-203-1/+11
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2