# New ports collection makefile for: brutecopy # Date created: 11 Jan 2005 # Whom: x # # $FreeBSD$ # PORTNAME= brutecopy PORTVERSION= 20011229 CATEGORIES= net MASTER_SITES= ftp://atrey.karlin.mff.cuni.cz/pub/local/clock/bcp/ DISTNAME= bcp-${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Transferring files over Internet via UDP PLIST_FILES= bin/bcpc bin/bcps MAN1= bcp.1 MANCOMPRESSED= yes .if defined(WITH_OPTIMIZED_CFLAGS) CFLAGS+= -O3 -Wall -fomit-frame-pointer -falign-functions=0 .endif do-install: ${MKDIR} ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/bcps ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/bcpc ${PREFIX}/bin ${MKDIR} ${MAN1PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/bcp.1.gz ${MAN1PREFIX}/man/man1 pre-everything:: .ifndef WITH_OPTIMIZED_CFLAGS @${ECHO} "Define WITH_OPTIMIZED_CFLAGS for compiling with -O3" .endif .include > cgit logo index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/security/oidentd
Commit message (Expand)AuthorAgeFilesLines
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1
* - Switch SourceForge ports to the new File Release System: categories startin...amdmi32009-08-221-2/+1
* Fix a few "bad example" problems in the rc.d scripts that have beendougb2009-07-161-2/+2
* allow using oidentd on CURRENT but nat support has to be disabled (remove BRO...oliver2008-08-281-5/+1
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0
* Mark BROKEN for 8.0: does not build.erwin2008-08-091-0/+4
* change "dovecot" inoliver2008-07-011-1/+1
* OPTIONSify [1]oliver2008-03-262-9/+19
* - Remove USE_GETOPT_LONG which is a no-op since March 2007pav2008-03-201-1/+0
* update to 2.0.8oliver2006-05-235-465/+5
* Remove USE_REINPLACE from all categories starting with Sedwin2006-05-131-1/+0
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.dougb2006-02-211-1/+1
* SHA256ifyedwin2006-01-241-0/+1
* make it compile on 7oliver2005-07-161-2/+2
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1