openbsd-ports/x11/explorer/Makefile
2004-08-10 11:16:43 +00:00

30 lines
650 B
Makefile

# $OpenBSD: Makefile,v 1.21 2004/08/10 11:16:43 xsa Exp $
COMMENT= "file manager with same look and feel as Windows95(tm)"
DISTNAME= explorer-0.72
CATEGORIES= x11
MASTER_SITES= ftp://jungfrau.ptf.hro.nl/pub/explorer/
# License: GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= x11/qt
CONFIGURE_STYLE=gnu dest
CONFIGURE_ARGS= --datadir='$${DESTDIR}${PREFIX}/lib/X11/explorer' \
--with-qt-include=${MODQT_INCDIR} \
--with-qt-lib=${MODQT_LIBDIR}
ALL_TARGET= explorer
USE_X11= Yes
NO_REGRESS= Yes
post-install:
@/usr/bin/strip ${PREFIX}/bin/explorer
.include <bsd.port.mk>