openbsd-ports/x11/explorer/Makefile

36 lines
828 B
Makefile
Raw Normal View History

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
#
# $OpenBSD: Makefile,v 1.18 2001/10/28 13:05:50 espie Exp $
1998-05-19 02:16:13 -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
NEED_VERSION= 1.402
1998-05-19 02:16:13 -04:00
MASTER_SITES= ftp://jungfrau.ptf.hro.nl/pub/explorer/
# 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
CONFIGURE_STYLE=gnu dest
2000-03-31 20:53:44 -05:00
CONFIGURE_ARGS+= --datadir='$${DESTDIR}${PREFIX}/lib/X11/explorer' \
--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>