summaryrefslogtreecommitdiff
path: root/x11/xlockmore/Makefile
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1997-09-22 07:14:10 +0000
committerThomas Gellekum <tg@FreeBSD.org>1997-09-22 07:14:10 +0000
commita6f8eaf6d1b4963db3cb4ea985de3c7c77d32348 (patch)
tree4f2955e785794a34d17d9ef416e46682f07c8b40 /x11/xlockmore/Makefile
parentUpgrade to 0916 (diff)
Upgrade to 4.04.
Notes
Notes: svn path=/head/; revision=7983
Diffstat (limited to 'x11/xlockmore/Makefile')
-rw-r--r--x11/xlockmore/Makefile18
1 files changed, 14 insertions, 4 deletions
diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile
index 4f038e5c33f1..161844c673ef 100644
--- a/x11/xlockmore/Makefile
+++ b/x11/xlockmore/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: xlockmore
-# Version required: 4.03.1
+# Version required: 4.04
# Date created: 9 November 1994
# Whom: smace
#
-# $Id: Makefile,v 1.19 1997/07/21 07:03:22 tg Exp $
+# $Id: Makefile,v 1.20 1997/07/30 08:02:42 tg Exp $
#
-DISTNAME= xlockmore-4.03.1
+DISTNAME= xlockmore-4.04
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= applications
@@ -15,6 +15,16 @@ MAINTAINER= ports@freebsd.org
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
-USE_IMAKE= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --without-gl --without-motif --without-sx --without-mesagl \
+ --without-editres --without-dtsaver --without-rplay \
+ --without-nas
+USE_X11= yes
+MAN1= xlock.1
+
+do-install:
+ @(cd ${WRKSRC}/modes; make install)
+ @chown root:bin ${PREFIX}/bin/xlock
+ @chmod 4751 ${PREFIX}/bin/xlock
.include <bsd.port.mk>