freebsd-ports/security/osslsigncode/Makefile
Tijl Coosemans 61b6b4348f Remove libcurl.so.7 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 17:01:31 +00:00

30 lines
660 B
Makefile

# Created by: snb@threerings.net
# $FreeBSD$
PORTNAME= osslsigncode
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
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
post-patch:
${TOUCH} ${WRKSRC}/stamp-h1 ${WRKSRC}/config.h.in
.include <bsd.port.mk>