Martin Wilke 5743712b3d - Convert gmake, bzip2 to USES
Approved by:	portmgr
2014-05-26 12:50:40 +00:00

27 lines
525 B
Makefile

# Created by: snb@threerings.net
# $FreeBSD$
PORTNAME= osslsigncode
PORTVERSION= 1.3
PORTREVISION= 3
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
USES= gmake
USE_OPENSSL= yes
.if !defined(WITHOUT_CURL)
LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl
.endif
NO_STAGE= yes
.include <bsd.port.mk>