freebsd-ports/security/osslsigncode/Makefile

31 lines
660 B
Makefile
Raw Normal View History

# Created by: snb@threerings.net
# $FreeBSD$
PORTNAME= osslsigncode
2014-07-11 18:49:03 +02:00
PORTVERSION= 1.7.1
PORTREVISION= 1
CATEGORIES= security devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}
MAINTAINER= johans@FreeBSD.org
COMMENT= OpenSSL-based signcode utility
PLIST_FILES= bin/osslsigncode
2014-07-17 22:22:46 +02:00
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:ftp/curl
GSF_DESC?= GSF support (enables signing of e.g. MSI files)
GSF_CONFIGURE_WITH= gsf
GSF_LIB_DEPENDS= libgsf-1.so:devel/libgsf
2014-07-17 22:22:46 +02:00
post-patch:
${TOUCH} ${WRKSRC}/stamp-h1 ${WRKSRC}/config.h.in
.include <bsd.port.mk>