blob: eb2fd4e6b0f4c30c21582a8568c7c9701abc4977 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# Created by: snb@threerings.net
# $FreeBSD$
PORTNAME= osslsigncode
PORTVERSION= 1.7.1
CATEGORIES= security devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}
MAINTAINER= johans@FreeBSD.org
COMMENT= OpenSSL-based signcode utility
PLIST_FILES= bin/osslsigncode
USES= pkgconfig
GNU_CONFIGURE= yes
USE_OPENSSL= yes
OPTIONS_DEFINE= CURL GSF
OPTIONS_DEFAULT= CURL GSF
CURL_CONFIGURE_WITH= curl
CURL_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
GSF_DESC?= GSF support (enables signing of e.g. MSI files)
GSF_CONFIGURE_WITH= gsf
GSF_LIB_DEPENDS= libgsf-1.so:${PORTSDIR}/devel/libgsf
post-patch:
${TOUCH} ${WRKSRC}/stamp-h1 ${WRKSRC}/config.h.in
.include <bsd.port.mk>
|