1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/x11/xlockmore/Makefile

44 lines
992 B
Makefile
Raw Normal View History

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
# 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
CATEGORIES= x11
1998-05-20 07:31:01 +00:00
MASTER_SITES= ftp://ftp.tux.org/pub/tux/bagleyd/xlockmore/ \
${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= applications
1994-11-09 22:39:07 +00:00
MAINTAINER= tg@FreeBSD.org
1996-11-05 07:13:54 +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
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
.if defined(MAKE_KERBEROS4)
CONFIGURE_ARGS+= --enable-kerberos4
.endif
USE_X_PREFIX= yes
1997-09-22 07:14:10 +00:00
MAN1= xlock.1
.include <bsd.port.pre.mk>
1999-05-05 15:19:28 +00:00
# .if ${OSVERSION} > 300000
# CONFIGURE_ARGS+= --with-libraries=/usr/lib/aout
# .endif
WITH_MESAGL?= yes
1998-05-20 07:31:01 +00:00
.if ${WITH_MESAGL} == yes
CONFIGURE_ARGS+= --with-mesagl
1998-10-01 02:17:49 +00:00
LIB_DEPENDS+= GL.14:${PORTSDIR}/graphics/Mesa3
.else
CONFIGURE_ARGS+= --without-mesagl
.endif
.include <bsd.port.post.mk>