# Created by: ijliao # $FreeBSD$ PORTNAME= socat PORTVERSION= 1.7.3.2 PORTREVISION= 3 CATEGORIES= net ipv6 MASTER_SITES= http://www.dest-unreach.org/socat/download/ \ LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Multipurpose relay and more LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USES= compiler cpe ssl tar:bzip2 GNU_CONFIGURE= yes USE_RC_SUBR= socat CPE_VENDOR= dest-unreach PORTSCOUT= skipv:2.0.0-b2 PLIST_FILES= bin/filan bin/procan bin/socat man/man1/socat.1.gz PORTDOCS= EXAMPLES README SECURITY FAQ OPTIONS_DEFINE= DOCS READLINE READLINE_CONFIGURE_ENABLE= readline READLINE_USES= readline .include .if ${SSL_DEFAULT} != base CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib .endif .if ${COMPILER_TYPE} == "clang" CFLAGS+= -Wno-unused-comparison .endif do-install: .for f in filan procan socat ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin .endfor ${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include 'main'>index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/www/fcgi
Commit message (Expand)AuthorAgeFilesLines
* Fix license permissionbapt2014-07-091-1/+1
* www/fcgi: Some fixespi2014-07-082-7/+10
* Move PORTDOCS into pkg-plist to avoid leftovers on a 9.1 poudriere build.mandree2014-07-082-3/+26
* Fix up recent commit [1]:mandree2014-07-082-2/+13
* Bump PORTREVISION after plist changejlaffaye2014-07-081-0/+1
* - Stage supportjlaffaye2014-07-073-51/+29
* Second batch at resetting maintainership on ports that have not been staged andbapt2014-07-03