2006-11-11 14:55:05 +01:00
|
|
|
# New ports collection makefile for: osslsigncode
|
|
|
|
# Date created: 9 November 2006
|
|
|
|
# Whom: snb@threerings.net
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= osslsigncode
|
2008-02-20 14:22:36 +01:00
|
|
|
PORTVERSION= 1.3
|
2010-04-03 12:44:36 +02:00
|
|
|
PORTREVISION= 2
|
2006-11-11 14:55:05 +01:00
|
|
|
CATEGORIES= security devel
|
2009-08-22 02:35:32 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}
|
2006-11-11 14:55:05 +01:00
|
|
|
|
2009-07-24 12:27:08 +02:00
|
|
|
MAINTAINER= snb@FreeBSD.org
|
2006-11-11 14:55:05 +01:00
|
|
|
COMMENT= OpenSSL-based signcode utility
|
|
|
|
|
|
|
|
PLIST_FILES= bin/osslsigncode
|
|
|
|
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2006-11-11 14:55:05 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_OPENSSL= yes
|
|
|
|
|
|
|
|
.if !defined(WITHOUT_CURL)
|
2010-04-03 12:44:36 +02:00
|
|
|
LIB_DEPENDS+= curl.6:${PORTSDIR}/ftp/curl
|
2006-11-11 14:55:05 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|