openbsd-ports/x11/explorer/Makefile

31 lines
677 B
Makefile

# OpenBSD makefile for: explorer
# Version required: 0.72
# Date created: May 19 1998
# Whom: Angelos D. Keromytis
#
# $OpenBSD: Makefile,v 1.4 1999/10/31 09:26:17 angelos Exp $
#
BROKEN= waiting for turans@ to verify
DISTNAME= explorer-0.72
CATEGORIES= x11
MASTER_SITES= ftp://jungfrau.ptf.hro.nl/pub/explorer/
MAINTAINER= ports@openbsd.org
LIB_DEPENDS= qt\\.1\\.:${PORTSDIR}/x11/qt
GNU_CONFIGURE= yes
CONFIGURE_ENV= ${SETENV}
CONFIGURE_ARGS+= --datadir=${PREFIX}/lib/X11/explorer \
--with-qt-include=${PREFIX}/include/X11/qt
ALL_TARGET= explorer
USE_X11= yes
post-install:
@/usr/bin/strip ${PREFIX}/bin/explorer
.include <bsd.port.mk>