openbsd-ports/x11/explorer/Makefile
espie 46b5f232b5 Kill
FAKE=Yes
HAS_CONFIGURE, GNU_CONFIGURE, USE_IMAKE, NO_INSTALL_MANPAGES, USE_AUTOCONF
and bump NEED_VERSION accordingly.
2000-10-22 15:41:23 +00:00

36 lines
784 B
Makefile

# OpenBSD makefile for: explorer
# Version required: 0.72
# Date created: May 19 1998
# Whom: Angelos D. Keromytis
#
# $OpenBSD: Makefile,v 1.12 2000/10/22 15:43:46 espie Exp $
#
DISTNAME= explorer-0.72
CATEGORIES= x11
NEED_VERSION= 1.305
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_ENV= ${SETENV}
CONFIGURE_ARGS+= --datadir='$${DESTDIR}${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>