sysutils/synergy-devel: Add unzip dependency, portlint cleanup
The previous commit added an unzip command without the unzip dependency. Restore build by adding dependency and clean up portlint warnings. Approved by: bapt (mentor), maintainer
This commit is contained in:
parent
f41279c1f6
commit
eb047527bb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=323422
1 changed files with 4 additions and 6 deletions
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: synergy-devel
|
||||
# Date created: 6 February 2012
|
||||
# Whom: George Neville-Neil <gnn@freebsd.org>
|
||||
#
|
||||
# Created by: George Neville-Neil <gnn@freebsd.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= synergy
|
||||
PORTVERSION= 1.4.12
|
||||
|
@ -15,6 +11,8 @@ PKGNAMESUFFIX= -devel
|
|||
MAINTAINER= gnn@FreeBSD.org
|
||||
COMMENT= Mouse and keyboard sharing utility
|
||||
|
||||
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
|
||||
|
||||
CONFLICTS= synergy-[0-9]*
|
||||
USES= cmake
|
||||
USE_XORG= ice xtst x11 sm
|
||||
|
@ -28,7 +26,7 @@ PORTEXAMPLES= synergy.conf.example synergy.conf.example-basic \
|
|||
|
||||
post-extract:
|
||||
cd ${WRKSRC}/tools/
|
||||
mkdir ${WRKSRC}/tools/cryptopp562
|
||||
${MKDIR} ${WRKSRC}/tools/cryptopp562
|
||||
(cd ${WRKSRC}/tools/cryptopp562 && unzip ${WRKSRC}/tools/cryptopp562.zip)
|
||||
|
||||
do-install:
|
||||
|
|
Loading…
Reference in a new issue