28 lines
611 B
Makefile
28 lines
611 B
Makefile
# OpenBSD makefile for: xlockmore
|
|
# Version required: 4.08.2
|
|
# Date created: 18 March 1998
|
|
# Whom: Todd Fries
|
|
#
|
|
# $OpenBSD: Makefile,v 1.3 1998/12/16 22:55:31 marc Exp $
|
|
#
|
|
|
|
DISTNAME= xlockmore-4.08.2
|
|
CATEGORIES= x11
|
|
|
|
COMES_WITH= 2.3
|
|
MIRROR_DISTFILE=no
|
|
|
|
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>
|