1998-05-19 02:16:13 -04:00
|
|
|
# OpenBSD makefile for: explorer
|
|
|
|
# Version required: 0.72
|
|
|
|
# Date created: May 19 1998
|
|
|
|
# Whom: Angelos D. Keromytis
|
|
|
|
#
|
2001-10-28 08:05:44 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.18 2001/10/28 13:05:50 espie Exp $
|
1998-05-19 02:16:13 -04:00
|
|
|
#
|
|
|
|
|
2001-05-06 00:41:05 -04:00
|
|
|
COMMENT= "file manager with same look and feel as Windows95(tm)"
|
|
|
|
|
1998-05-19 02:16:13 -04:00
|
|
|
DISTNAME= explorer-0.72
|
|
|
|
CATEGORIES= x11
|
2001-05-06 00:41:05 -04:00
|
|
|
NEED_VERSION= 1.402
|
1998-05-19 02:16:13 -04:00
|
|
|
MASTER_SITES= ftp://jungfrau.ptf.hro.nl/pub/explorer/
|
|
|
|
|
2001-06-19 21:43:11 -04:00
|
|
|
# License: GPL
|
2000-03-05 13:30:21 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2000-02-12 03:02:07 -05:00
|
|
|
|
2001-03-12 12:48:13 -05:00
|
|
|
LIB_DEPENDS= qt.1.::x11/qt
|
1998-05-19 02:16:13 -04:00
|
|
|
|
2000-10-22 11:41:23 -04:00
|
|
|
CONFIGURE_STYLE=gnu dest
|
2000-03-31 20:53:44 -05:00
|
|
|
CONFIGURE_ARGS+= --datadir='$${DESTDIR}${PREFIX}/lib/X11/explorer' \
|
2001-06-09 15:55:10 -04:00
|
|
|
--with-qt-include=${PREFIX}/include/X11/qt \
|
|
|
|
--with-qt-lib=${PREFIX}/lib/qt \
|
1998-05-19 02:16:13 -04:00
|
|
|
|
|
|
|
ALL_TARGET= explorer
|
2000-03-05 13:30:21 -05:00
|
|
|
USE_X11= Yes
|
1998-05-19 02:16:13 -04:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
@/usr/bin/strip ${PREFIX}/bin/explorer
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|