freebsd-ports/security/osslsigncode/Makefile

30 lines
598 B
Makefile
Raw Normal View History

# New ports collection makefile for: osslsigncode
# Date created: 9 November 2006
# Whom: snb@threerings.net
#
# $FreeBSD$
#
PORTNAME= osslsigncode
PORTVERSION= 1.3
2010-04-03 12:44:36 +02:00
PORTREVISION= 2
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
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
.endif
.include <bsd.port.mk>