openbsd-ports/x11/explorer/Makefile

36 lines
763 B
Makefile
Raw Normal View History

1998-05-19 02:16:13 -04:00
# OpenBSD makefile for: explorer
# Version required: 0.72
# Date created: May 19 1998
# Whom: Angelos D. Keromytis
#
# $OpenBSD: Makefile,v 1.9 2000/03/19 16:43:42 espie Exp $
1998-05-19 02:16:13 -04:00
#
DISTNAME= explorer-0.72
CATEGORIES= x11
2000-03-05 13:30:21 -05:00
NEED_VERSION= 1.223
1998-05-19 02:16:13 -04:00
MASTER_SITES= ftp://jungfrau.ptf.hro.nl/pub/explorer/
MAINTAINER= ports@openbsd.org
1998-05-19 02:16:13 -04:00
2000-02-12 03:02:07 -05:00
LICENSE_TYPE= 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
2000-02-12 03:02:07 -05:00
LIB_DEPENDS= qt.1.:x11/qt
1998-05-19 02:16:13 -04:00
2000-03-05 13:30:21 -05:00
GNU_CONFIGURE= Yes
1998-06-24 16:13:41 -04:00
CONFIGURE_ENV= ${SETENV}
1998-05-19 02:16:13 -04:00
CONFIGURE_ARGS+= --datadir=${PREFIX}/lib/X11/explorer \
--with-qt-include=${PREFIX}/include/X11/qt
ALL_TARGET= explorer
2000-03-05 13:30:21 -05:00
USE_X11= Yes
1998-05-19 02:16:13 -04:00
post-install:
@/usr/bin/strip ${PREFIX}/bin/explorer
.include <bsd.port.mk>