aboutsummaryrefslogtreecommitdiffstats
path: root/security/fprint_demo/Makefile
diff options
context:
space:
mode:
authortobik <tobik@FreeBSD.org>2019-02-02 17:36:08 +0800
committertobik <tobik@FreeBSD.org>2019-02-02 17:36:08 +0800
commit958872aaf928a36b0c1c510ed31080d9983b5ff6 (patch)
treede58b877b813efd9bd5b2c63250591486370dc56 /security/fprint_demo/Makefile
parent4ecd74fea5c61c4d8fdabe5a2fc873c42397672a (diff)
downloadfreebsd-ports-gnome-958872aaf928a36b0c1c510ed31080d9983b5ff6.tar.gz
freebsd-ports-gnome-958872aaf928a36b0c1c510ed31080d9983b5ff6.tar.zst
freebsd-ports-gnome-958872aaf928a36b0c1c510ed31080d9983b5ff6.zip
security/*: Use NO_WRKSUBDIR
Diffstat (limited to 'security/fprint_demo/Makefile')
-rw-r--r--security/fprint_demo/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/security/fprint_demo/Makefile b/security/fprint_demo/Makefile
index 867c2efae0af..596498781072 100644
--- a/security/fprint_demo/Makefile
+++ b/security/fprint_demo/Makefile
@@ -13,15 +13,16 @@ COMMENT= Demo and test application for libfprint
LIB_DEPENDS= libfprint.so:security/libfprint
-GNU_CONFIGURE= yes
USES= autoreconf pkgconfig desktop-file-utils
USE_GNOME= atk glib20 gtk20 pango
INSTALLS_ICONS= yes
-WRKSRC= ${WRKDIR}
+NO_WRKSUBDIR= yes
-CONFIGURE_ENV+= CRYPTO_CFLAGS=-I${OPENSSLINC} \
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CRYPTO_CFLAGS=-I${OPENSSLINC} \
CRYPTO_LIBS=-lcrypto
+
CFLAGS+= -DHAVE_MEMMEM
.include <bsd.port.mk>