# New ports collection makefile for: rude # Date created: 04/11/2004 # Whom: janos.mohacsi@bsd.hu # # $FreeBSD$ # PORTNAME= mgen PORTVERSION= 4.2b5 CATEGORIES= net MASTER_SITES= http://downloads.pf.itd.nrl.navy.mil/mgen/ EXTRACT_SUFX= .tgz DISTFILES= src-${DISTNAME}${EXTRACT_SUFX} MAINTAINER= janos.mohacsi@bsd.hu COMMENT= An IP network performance tests and measurements USE_GMAKE= yes USE_REINPLACE= yes PLIST_FILES= bin/mgen PORTDOCS= README.TXT VERSION.TXT mgen.html example.mgn post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/unix/Makefile.common \ ${WRKSRC}/protolib/unix/Makefile.common do-build: cd ${WRKSRC}/unix && ${GMAKE} -f Makefile.freebsd ${PORTNAME} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/unix/mgen ${PREFIX}/bin .ifndef(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for FILE in ${PORTDOCS} @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} .endfor .endif .include id='header'> cgit logo index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-Text-BibTeX
Commit message (Expand)AuthorAgeFilesLines
* - update to 0.38leeym2008-10-122-4/+4
* - Update to 0.37clsung2006-09-232-6/+4
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-1/+1
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-2/+2
* - set CFLAGS+=-fPIC in CONFIGURE_ENV (tested on pluto1)leeym2006-01-211-1/+1
* - add -fpic based on PR 38678 to solve 'gprel relocation against dynamic symb...leeym2006-01-211-1/+1
* - add -fPIC for amd64 and ia64 to fix 'gprel relocation against dynamic symbol'leeym2006-01-081-1/+7
* - assign to perl@leeym2005-12-311-1/+1
* - update to Text::BibTeX 0.36 / btparse 0.35leeym2005-12-313-31/+16
* Reset maintaineredwin2005-12-211-2/+1
* SIZEify (maintainer timeout)trevor2004-03-311-0/+2
* - Fix building on 4/i386.vanilla2004-02-033-18/+41