diff options
author | avl <avl@FreeBSD.org> | 2009-07-02 07:24:05 +0800 |
---|---|---|
committer | avl <avl@FreeBSD.org> | 2009-07-02 07:24:05 +0800 |
commit | f4e2e3ca863c6eadcf37bf9d2d0afdb1a52f4618 (patch) | |
tree | df4dfb18055cb3a1ebfe856c2df3a4513e4fff87 /net/csocks | |
parent | be0ddbd51bec8de94d7e447f3fab0245beb11584 (diff) | |
download | freebsd-ports-gnome-f4e2e3ca863c6eadcf37bf9d2d0afdb1a52f4618.tar.gz freebsd-ports-gnome-f4e2e3ca863c6eadcf37bf9d2d0afdb1a52f4618.tar.zst freebsd-ports-gnome-f4e2e3ca863c6eadcf37bf9d2d0afdb1a52f4618.zip |
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)
Diffstat (limited to 'net/csocks')
-rw-r--r-- | net/csocks/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/csocks/Makefile b/net/csocks/Makefile index 75f640b34353..37daf9b7313a 100644 --- a/net/csocks/Makefile +++ b/net/csocks/Makefile @@ -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> |