summaryrefslogtreecommitdiff
path: root/x11/xview-config/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xview-config/Makefile')
-rw-r--r--x11/xview-config/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/x11/xview-config/Makefile b/x11/xview-config/Makefile
new file mode 100644
index 00000000000..3f1f4c90f44
--- /dev/null
+++ b/x11/xview-config/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: xview-config
+# Version required: 3.2p1-X11R6
+# Date created: 22 November 1994
+# Whom: ljo
+#
+# $Id: Makefile,v 1.1.1.1 1998/07/03 20:46:43 tron Exp $
+#
+
+DISTNAME= xview3.2p1-X11R6
+PKGNAME= xview-config-3.2.1
+CATEGORIES= x11
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+
+MAINTAINER= ports@FreeBSD.ORG
+
+WRKSRC= ${WRKDIR}/xview3.2p1-X11R6/config
+USE_IMAKE= yes
+
+post-extract:
+ @chmod -R go+rX ${WRKDIR}
+
+do-build:
+
+.include <bsd.port.mk>