summaryrefslogtreecommitdiff
path: root/x11/libSM/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/libSM/Makefile')
-rw-r--r--x11/libSM/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/x11/libSM/Makefile b/x11/libSM/Makefile
new file mode 100644
index 00000000000..c02015fb0ca
--- /dev/null
+++ b/x11/libSM/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/11/03 17:33:21 joerg Exp $
+#
+
+DISTNAME= libSM-1.0.1
+CATEGORIES= x11 devel
+MASTER_SITES= http://xorg.freedesktop.org/releases/individual/lib/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= joerg@NetBSD.org
+HOMEPAGE= http://xorg.freedesktop.org/
+COMMENT= X Session Management Library
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
+USE_TOOLS+= pkg-config
+
+PKGCONFIG_OVERRIDE+= sm.pc.in
+
+.include "../../x11/libICE/buildlink3.mk"
+.include "../../x11/xproto/buildlink3.mk"
+.include "../../x11/xtrans/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"