diff options
author | tg <tg@FreeBSD.org> | 1997-09-22 07:14:10 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-09-22 07:14:10 +0000 |
commit | b75bdcb3278d3bdc8c7239374012b4262905e143 (patch) | |
tree | 0c50e933a8d845fa407c0556118df2f8128a4514 /x11/xlockmore/Makefile | |
parent | 72251b0c76a914d0bce79e50319cb2a75d879b97 (diff) | |
download | FreeBSD-ports-b75bdcb3278d3bdc8c7239374012b4262905e143.zip FreeBSD-ports-b75bdcb3278d3bdc8c7239374012b4262905e143.tar.gz |
Upgrade to 4.04.
Diffstat (limited to 'x11/xlockmore/Makefile')
-rw-r--r-- | x11/xlockmore/Makefile | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile index 4f038e5..161844c 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> |