summaryrefslogtreecommitdiff
path: root/x11/sessreg/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg>2007-08-08 17:35:15 +0000
committerjoerg <joerg>2007-08-08 17:35:15 +0000
commit95ce200aba231a2ec49f0cbca194a2e410cc1d79 (patch)
tree18cb70183b917bd5309b139f4df4e2a85e250113 /x11/sessreg/Makefile
parenta46d2fc12860682d47cb21ef2da5564173d2bf35 (diff)
downloadpkgsrc-95ce200aba231a2ec49f0cbca194a2e410cc1d79.tar.gz
Import sessreg-1.0.2 from the modular Xorg project.
Diffstat (limited to 'x11/sessreg/Makefile')
-rw-r--r--x11/sessreg/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/x11/sessreg/Makefile b/x11/sessreg/Makefile
new file mode 100644
index 00000000000..6865c5aeb2e
--- /dev/null
+++ b/x11/sessreg/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/08/08 17:35:15 joerg Exp $
+
+DISTNAME= sessreg-1.0.2
+CATEGORIES= x11
+MASTER_SITES= http://xorg.freedesktop.org/releases/individual/app/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= joerg@NetBSD.org
+HOMEPAGE= http://xorg.freedesktop.org/
+COMMENT= Manage utmp/wtmp entries for xdm
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_TOOLS+= pkg-config
+GNU_CONFIGURE= yes
+USE_LANGUAGES= c
+
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"