2007-09-15 16:04:18 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.24 2007/09/15 20:04:19 merdely Exp $
|
1998-05-19 02:16:13 -04:00
|
|
|
|
2007-09-15 16:04:18 -04:00
|
|
|
COMMENT= file manager with same look and feel as Windows95(tm)
|
2001-05-06 00:41:05 -04:00
|
|
|
|
1998-05-19 02:16:13 -04:00
|
|
|
DISTNAME= explorer-0.72
|
|
|
|
CATEGORIES= x11
|
2006-10-20 11:32:20 -04:00
|
|
|
MASTER_SITES= http://humppa.nl/distfiles/
|
1998-05-19 02:16:13 -04:00
|
|
|
|
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
|
2004-12-17 10:18:31 -05:00
|
|
|
WANTLIB= ICE SM X11 c m stdc++
|
2000-02-12 03:02:07 -05:00
|
|
|
|
2004-08-10 07:16:43 -04:00
|
|
|
MODULES= x11/qt
|
1998-05-19 02:16:13 -04:00
|
|
|
|
2000-10-22 11:41:23 -04:00
|
|
|
CONFIGURE_STYLE=gnu dest
|
2002-10-08 11:53:36 -04:00
|
|
|
CONFIGURE_ARGS= --datadir='$${DESTDIR}${PREFIX}/lib/X11/explorer' \
|
|
|
|
--with-qt-include=${MODQT_INCDIR} \
|
|
|
|
--with-qt-lib=${MODQT_LIBDIR}
|
1998-05-19 02:16:13 -04:00
|
|
|
|
|
|
|
ALL_TARGET= explorer
|
2000-03-05 13:30:21 -05:00
|
|
|
USE_X11= Yes
|
2002-10-29 14:48:57 -05:00
|
|
|
NO_REGRESS= Yes
|
1998-05-19 02:16:13 -04:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
@/usr/bin/strip ${PREFIX}/bin/explorer
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|