jasper 7dd9af70e1 - don't unconditionally strip the binary
- rename and regen patches
- bump pkgname
2008-08-19 22:25:29 +00:00

29 lines
639 B
Makefile

# $OpenBSD: Makefile,v 1.25 2008/08/19 22:25:29 jasper Exp $
COMMENT= file manager with same look and feel as Windows95(tm)
DISTNAME= explorer-0.72
PKGNAME= ${DISTNAME}p0
CATEGORIES= x11
MASTER_SITES= http://humppa.nl/distfiles/
# License: GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= ICE SM X11 c m stdc++
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
.include <bsd.port.mk>