# New ports collection makefile for: czmq # Date created: 2008-07-28 # Whom: Andrew Thompson # # $FreeBSD$ # PORTNAME= czmq PORTVERSION= 1.1.0 CATEGORIES= devel net MASTER_SITES= http://download.zeromq.org/ MAINTAINER= bapt@FreeBSD.org COMMENT= High-level C Binding for zmq LICENSE= LGPL3 LIB_DEPENDS= zmq:${PORTSDIR}/devel/zmq USE_PERL5_BUILD= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libzmq=${LOCALBASE} USE_LDCONFIG= yes MAN7= czmq.7 \ zclock.7 \ zctx.7 \ zfile.7 \ zframe.7 \ zhash.7 \ zlist.7 \ zloop.7 \ zmsg.7 \ zsocket.7 \ zsockopt.7 \ zstr.7 \ zthread.7 post-configure: @${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|$$(prefix)/libdata/pkgconfig|' ${WRKSRC}/src/Makefile @${REINPLACE_CMD} -e 's|/usr/bin/perl|${PERL}|' ${WRKSRC}/doc/mkman .include ref='https://www.csie.ntu.edu.tw/~b01902062/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
mp;id=338a92753d3d640a97c17cae6f0bf6994ec0a979'>- Fix build on 4.x.
Commit message (Expand)AuthorAgeFilesLines
tdb2006-12-171-1/+1
* The readline fix should not be required on 4.x. Disable post-patch magiclawrance2006-11-041-0/+2
* Fix build. Don't remove all of the bundled readline, somelawrance2006-10-221-1/+2
* bash2 links against the system readline, so patch it to build with thelawrance2006-10-201-1/+4
* Return to ports@.obrien2006-09-091-1/+1
* Move bash2 specification to lower in the file. In its current position,obrien2006-09-011-1/+1
* Set conflicts with other bash ports.obrien2006-07-121-1/+3
* Remove USE_REINPLACE from all categories starting with Sedwin2006-05-131-1/+0
* SHA256ifyedwin2006-01-241-0/+9
* - Rename WANT_STATIC_BASH to WITH_STATIC_BASH to respect ports semantics.flz2005-12-051-1/+1
* Add INFO macroedwin2005-12-042-3/+1
* Use groups to prevent trying to fetch the wrong patches from thefenner2005-10-161-3/+3
* Fix this patch file.obrien2005-05-052-21/+12
* Tweak pkg-descr, break out /etc/shell editing as seperate target, installobrien2005-04-293-13/+231
* Install the binary as 'bash2' also.obrien2004-10-282-0/+2
* Use the offical option for static linking.obrien2004-10-281-1/+1
* Reenable 'pkg_add -r' usefullness.obrien2004-08-271-0/+1
* We now have the C99 wide/multibyte character functions bash needs.obrien2004-08-232-26/+0
* Add the 'DEBUG' build option.obrien2004-08-231-0/+3
* Ignore /dev/fd/ on FreeBSD 5.x -- devfs doesn't provide a full /dev/fd/obrien2004-08-102-1/+17
* Fix location of binary in man-pagevs2004-07-081-0/+5
* Avoid a null pointer dereference, so 'xargs <<< ${EMTPY_VARIABLE}'obrien2004-06-212-1/+21
* SIZEify (maintainer timeout)trevor2004-03-311-0/+9
* Fix pkg-plist (NOPORTDOCS knob).osa2004-01-031-4/+4
* Also pay attention to NOSHARED=yes as /usr/src and zsh does.obrien2003-12-151-1/+1
* The option to enable network redirection is removed since this is theobrien2003-12-141-9/+0
* Build bash dynamic unless either WANT_STATIC_BASH or NO_DYNAMICROOTobrien2003-12-141-0/+4
* Fetch patches from MASTER_SITE_GNU also.obrien2003-05-201-2/+4
* Properly configure on FreeBSD/amd64.obrien2003-05-172-0/+25
* Update to patchlevel 7.obrien2003-05-172-2/+6
* Support /dev/(tcp|udp)/host/port redirection.obrien2003-03-251-0/+9
* Clear moonlight beckons.ade2003-03-07