blob: 29c6d9bf918ed5dd886bf38d4e20738e513395c9 (
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
30
|
# New ports collection makefile for: osslsigncode
# Date created: 9 November 2006
# Whom: snb@threerings.net
#
# $FreeBSD$
#
PORTNAME= osslsigncode
PORTVERSION= 1.3
PORTREVISION= 1
CATEGORIES= security devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}
MAINTAINER= snb@FreeBSD.org
COMMENT= OpenSSL-based signcode utility
PLIST_FILES= bin/osslsigncode
CPPFLAGS= -I${LOCALBASE}/include
LDFLAGS= -L${LOCALBASE}/lib
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_OPENSSL= yes
.if !defined(WITHOUT_CURL)
LIB_DEPENDS+= curl.5:${PORTSDIR}/ftp/curl
.endif
.include <bsd.port.mk>
|