summaryrefslogtreecommitdiff
path: root/x11/xlockmore/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf>1997-11-03 00:50:26 +0000
committerhubertf <hubertf>1997-11-03 00:50:26 +0000
commit025f398f26a387b89c778638518a9d8fb9353339 (patch)
tree37e80900df30c6fd1d31764111d777d5fe1e7beb /x11/xlockmore/Makefile
parentaa64cdc29a5b266bd9e2c9aed2df4ad7ebff3354 (diff)
downloadpkgsrc-025f398f26a387b89c778638518a9d8fb9353339.tar.gz
xlock + more
Diffstat (limited to 'x11/xlockmore/Makefile')
-rw-r--r--x11/xlockmore/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile
new file mode 100644
index 00000000000..a94fe59a6ec
--- /dev/null
+++ b/x11/xlockmore/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: xlockmore
+# Version required: 4.05
+# Date created: 9 November 1994
+# Whom: smace
+#
+# $Id: Makefile,v 1.1.1.1 1997/11/03 00:50:26 hubertf Exp $
+#
+
+DISTNAME= xlockmore-4.05
+CATEGORIES= x11
+MASTER_SITES= ${MASTER_SITE_XCONTRIB}
+MASTER_SITE_SUBDIR= applications
+
+MAINTAINER= tg@FreeBSD.ORG
+
+LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
+
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --without-gl --without-motif --without-sx --without-mesagl \
+ --without-editres --without-dtsaver --without-rplay \
+ --without-nas --enable-mouse-motion
+USE_X11= yes
+MAN1= xlock.1
+
+.include <bsd.port.mk>