openbsd-ports/x11/xlockmore/Makefile
1998-03-22 07:45:43 +00:00

24 lines
578 B
Makefile

# OpenBSD makefile for: xlockmore
# Version required: 4.08.2
# Date created: 18 March 1998
# Whom: Todd Fries
#
# $OpenBSD: Makefile,v 1.1.1.1 1998/03/22 07:45:43 todd Exp $
#
DISTNAME= xlockmore-4.08.2
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= applications
MAINTAINER= todd@OpenBSD.ORG
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>