1994-11-09 22:39:07 +00:00
|
|
|
# New ports collection makefile for: xlockmore
|
1999-11-09 11:55:19 +00:00
|
|
|
# Version required: 4.15
|
1995-04-12 15:22:43 +00:00
|
|
|
# Date created: 9 November 1994
|
|
|
|
# Whom: smace
|
1994-11-09 22:39:07 +00:00
|
|
|
#
|
1999-08-31 02:51:23 +00:00
|
|
|
# $FreeBSD$
|
1994-11-09 22:39:07 +00:00
|
|
|
#
|
|
|
|
|
1999-11-09 11:55:19 +00:00
|
|
|
DISTNAME= xlockmore-4.15
|
1996-11-19 00:52:18 +00:00
|
|
|
CATEGORIES= x11
|
1998-05-20 07:31:01 +00:00
|
|
|
MASTER_SITES= ftp://ftp.tux.org/pub/tux/bagleyd/xlockmore/ \
|
|
|
|
${MASTER_SITE_XCONTRIB}
|
1996-11-18 09:56:45 +00:00
|
|
|
MASTER_SITE_SUBDIR= applications
|
1994-11-09 22:39:07 +00:00
|
|
|
|
1999-08-31 06:53:31 +00:00
|
|
|
MAINTAINER= tg@FreeBSD.org
|
1996-11-05 07:13:54 +00:00
|
|
|
|
1998-09-17 00:33:02 +00:00
|
|
|
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
|
1996-11-05 07:13:54 +00:00
|
|
|
|
1997-09-22 07:14:10 +00:00
|
|
|
GNU_CONFIGURE= yes
|
1998-03-03 08:29:05 +00:00
|
|
|
CONFIGURE_ARGS= --without-gl --without-motif --without-sx \
|
1997-09-22 07:14:10 +00:00
|
|
|
--without-editres --without-dtsaver --without-rplay \
|
1999-11-09 11:55:19 +00:00
|
|
|
--without-nas --without-gtk #--enable-customization
|
1998-03-20 14:50:09 +00:00
|
|
|
.if defined(MAKE_KERBEROS4)
|
|
|
|
CONFIGURE_ARGS+= --enable-kerberos4
|
|
|
|
.endif
|
1998-08-05 09:31:52 +00:00
|
|
|
USE_X_PREFIX= yes
|
1997-09-22 07:14:10 +00:00
|
|
|
MAN1= xlock.1
|
|
|
|
|
1998-11-11 05:37:39 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
1999-05-05 15:19:28 +00:00
|
|
|
# .if ${OSVERSION} > 300000
|
|
|
|
# CONFIGURE_ARGS+= --with-libraries=/usr/lib/aout
|
|
|
|
# .endif
|
1998-07-21 07:09:04 +00:00
|
|
|
|
1998-10-01 06:19:19 +00:00
|
|
|
WITH_MESAGL?= yes
|
1998-05-20 07:31:01 +00:00
|
|
|
.if ${WITH_MESAGL} == yes
|
1998-03-03 08:29:05 +00:00
|
|
|
CONFIGURE_ARGS+= --with-mesagl
|
1998-10-01 02:17:49 +00:00
|
|
|
LIB_DEPENDS+= GL.14:${PORTSDIR}/graphics/Mesa3
|
1998-03-03 08:29:05 +00:00
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --without-mesagl
|
|
|
|
.endif
|
|
|
|
|
1998-11-11 05:37:39 +00:00
|
|
|
.include <bsd.port.post.mk>
|