1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/x11/xlockmore/Makefile

44 lines
1002 B
Makefile
Raw Normal View History

1994-11-09 22:39:07 +00:00
# New ports collection makefile for: xlockmore
1998-09-30 07:52:46 +00:00
# Version required: 4.12
# Date created: 9 November 1994
# Whom: smace
1994-11-09 22:39:07 +00:00
#
# $Id: Makefile,v 1.43 1998/10/01 06:19:19 tg Exp $
1994-11-09 22:39:07 +00:00
#
1998-09-30 07:52:46 +00:00
DISTNAME= xlockmore-4.12
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 \
1998-09-30 07:52:46 +00:00
--without-nas --without-gtk
.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>
.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>