1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

Builds and works fine on amd64 at least.

PR:		ports/136183
Submitted by:	Raffaele De Lorenzo <raffaele.delorenzo at libero.it> (maintainer)
Approved by:	tabthorpe (mentor)
This commit is contained in:
Alexander Logvinov 2009-07-01 23:24:05 +00:00
parent e1d2ccfcfb
commit 0ac726132a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=236886

View File

@ -1,7 +1,9 @@
# New ports collection makefile for: csocks
# Date created: 06 August 2007
# Whom: Raffaele De Lorenzo - raffaele.delorenzo@libero.it
#
# $FreeBSD$
#
PORTNAME= csocks
PORTVERSION= 1.5
@ -13,8 +15,6 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= raffaele.delorenzo@libero.it
COMMENT= SOCKS Client v4/v5 RFC Compliant with many features
ONLY_FOR_ARCHS= i386
PLIST_FILES= etc/csocks.conf.sample lib/libcsocks.so lib/libcsocks.so.1 bin/csocks
WRKSRC= ${WRKDIR}/src
@ -33,4 +33,5 @@ do-install:
${CP} -p ${WRKDIR}/csocks.conf ${PREFIX}/etc/csocks.conf.sample
${CP} -p ${WRKDIR}/man/csocks.1.gz ${MANPREFIX}/man/man1
${CP} -p ${WRKDIR}/man/csocks.conf.5.gz ${MANPREFIX}/man/man5
.include <bsd.port.mk>