summaryrefslogtreecommitdiff
path: root/x11/libsx/Makefile
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1997-01-13 07:43:51 +0000
committerThomas Gellekum <tg@FreeBSD.org>1997-01-13 07:43:51 +0000
commit7092cf4386667338635693c03153b60abc000a48 (patch)
treef0d242b8cd86c9fd1245dcc90c72d1d5f1d35ca7 /x11/libsx/Makefile
parentImport of lupe, a magnifying glass for X11. (diff)
Import of libsx, a simple X library.
Closes PR #2289. Submitted by: pgiffuni@FPS.biblos.unal.edu.co
Notes
Notes: svn path=/head/; revision=5333
Diffstat (limited to 'x11/libsx/Makefile')
-rw-r--r--x11/libsx/Makefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/x11/libsx/Makefile b/x11/libsx/Makefile
new file mode 100644
index 000000000000..ac94b4079d97
--- /dev/null
+++ b/x11/libsx/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: libsx
+# Version required: 1.1
+# Date created: 5 December 1996
+# Whom: pgiffuni@FPS.biblos.unal.edu.co
+#
+# $Id$
+#
+
+DISTNAME= libsx
+PKGNAME= libsx-1.1
+CATEGORIES= x11
+MASTER_SITES= ${MASTER_SITE_XCONTRIB}
+MASTER_SITE_SUBDIR= libraries
+
+MAINTAINER= pgiffuni@FPS.biblos.unal.edu.co
+
+USE_X11= yes
+ALL_TARGET= src
+
+do-install:
+ cp ${WRKSRC}/src/libsx.a ${PREFIX}/lib
+ mkdir -p ${PREFIX}/include/X11
+ cp ${WRKSRC}/src/libsx.h ${PREFIX}/include/X11
+
+post-install:
+.if !defined(NOPORTDOCS)
+ mkdir -p ${PREFIX}/share/doc/libsx
+ cp ${WRKSRC}/docs/* ${PREFIX}/share/doc/libsx
+ gzip -9nf ${PREFIX}/share/doc/libsx/*.doc
+.endif
+
+.include <bsd.port.mk>