openbsd-ports/x11/explorer/Makefile
espie f18416aae3 Adjust these to grab qt1 in the right place.
Patches in explorer changed name thanks to update-patches.
2001-06-09 19:55:10 +00:00

38 lines
863 B
Makefile

# OpenBSD makefile for: explorer
# Version required: 0.72
# Date created: May 19 1998
# Whom: Angelos D. Keromytis
#
# $OpenBSD: Makefile,v 1.16 2001/06/09 19:55:11 espie Exp $
#
COMMENT= "file manager with same look and feel as Windows95(tm)"
DISTNAME= explorer-0.72
CATEGORIES= x11
NEED_VERSION= 1.402
MASTER_SITES= ftp://jungfrau.ptf.hro.nl/pub/explorer/
MAINTAINER= ports@openbsd.org
LICENSE_TYPE= GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
LIB_DEPENDS= qt.1.::x11/qt
CONFIGURE_STYLE=gnu dest
CONFIGURE_ARGS+= --datadir='$${DESTDIR}${PREFIX}/lib/X11/explorer' \
--with-qt-include=${PREFIX}/include/X11/qt \
--with-qt-lib=${PREFIX}/lib/qt \
ALL_TARGET= explorer
USE_X11= Yes
post-install:
@/usr/bin/strip ${PREFIX}/bin/explorer
.include <bsd.port.mk>