1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/security/tlswrap/Makefile
Ion-Mihai Tetcu 924985a69f - update version to 1.0.4
- pass maintainership to submitter

PR:		108116
Submitted by:	Marcelo Araujo
2007-01-21 05:09:20 +00:00

42 lines
835 B
Makefile

# New ports collection makefile for: tlswrap
# Date created: 25 July 2005
# Whom: Daniel O'Connor <darius@dons.net.au>
#
# $FreeBSD$
#
PORTNAME= tlswrap
PORTVERSION= 1.0.4
CATEGORIES= security
MASTER_SITES= http://tlswrap.sunsite.dk/
DISTNAME= ${PORTNAME}-1.04
MAINTAINER= araujo@bsdmail.org
COMMENT= An FTP proxy that wraps data and control with TLS/SSL
GNU_CONFIGURE= yes
USE_OPENSSL= yes
PLIST_FILES= bin/tlswrap
PORTDOCS= README
.include <bsd.port.pre.mk>
post-configure:
.if ( ${OSVERSION} < 500000 )
@${REINPLACE_CMD} -E 's,#define socklen_t size_t,,g' \
${WRKSRC}/conf.h
.endif
post-patch:
@${REINPLACE_CMD} -E 's,^(CC|CFLAGS|LDFLAGS).*=,\1?=,g' \
${WRKSRC}/Makefile.in
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.post.mk>