opnsense-ports/security/netpgp/Makefile
Franco Fichtner 7618afa158 */*: sync with upstream
Taken from: FreeBSD
2017-04-04 18:52:59 +02:00

22 lines
479 B
Makefile

# $FreeBSD$
PORTNAME= netpgp
PORTVERSION= 20140220
CATEGORIES= security
MASTER_SITES= ftp://ftp.netbsd.org/pub/pkgsrc/distfiles/LOCAL_PORTS/
MAINTAINER= johans@FreeBSD.org
COMMENT= PGP signing, verification, encryption, and decryption program
USES= libtool ssl
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
.include <bsd.port.pre.mk>
CPPFLAGS+= -I${OPENSSLINC}
CFLAGS+= -I${OPENSSLINC} -Wno-error
LDFLAGS+= -L${OPENSSLLIB}
.include <bsd.port.post.mk>