summaryrefslogtreecommitdiff
path: root/chat/tzc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'chat/tzc/Makefile')
-rw-r--r--chat/tzc/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/chat/tzc/Makefile b/chat/tzc/Makefile
index 612d38ef076..981c357a949 100644
--- a/chat/tzc/Makefile
+++ b/chat/tzc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2010/08/16 09:48:00 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2011/03/28 13:11:21 obache Exp $
#
DISTNAME= tzc-2.6.15
@@ -10,9 +10,13 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.cs.cmu.edu/People/dkindred/zephyr/zephyr.html
COMMENT= Back-end program for zephyr-mode
+PKG_DESTDIR_SUPPORT= user-destdir
+
CPPFLAGS+= -I/usr/include/kerberosIV -I/usr/include/krb5
LDFLAGS+= -lroken -lcrypto -lcom_err
+INSTALLATION_DIRS+= bin
+
.include "../../chat/zephyr/buildlink3.mk"
.include "../../security/kth-krb4/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"