2002-03-23 18:54:05 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.40 2002/03/23 23:54:05 brad Exp $
|
2001-04-13 17:48:42 -04:00
|
|
|
|
|
|
|
COMMENT= "multi-screen window manager"
|
1997-11-17 21:42:11 -05:00
|
|
|
|
2002-02-17 02:13:40 -05:00
|
|
|
VERSION= 3.9.11
|
2000-08-23 13:55:20 -04:00
|
|
|
DISTNAME= screen-${VERSION}
|
1997-11-17 21:42:11 -05:00
|
|
|
CATEGORIES= misc
|
2001-12-07 08:52:36 -05:00
|
|
|
NEED_VERSION= 1.500
|
2000-09-01 16:58:11 -04:00
|
|
|
MASTER_SITES= ftp://ftp.uni-erlangen.de/pub/utilities/screen/
|
|
|
|
|
|
|
|
HOMEPAGE= http://www.gnu.org/software/screen/
|
1997-11-17 21:42:11 -05:00
|
|
|
|
2000-09-24 03:03:59 -04:00
|
|
|
MAINTAINER= Brad Smith <brad@openbsd.org>
|
1999-09-07 21:16:27 -04:00
|
|
|
|
2000-02-19 19:01:59 -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
|
|
|
|
2000-09-05 20:28:05 -04:00
|
|
|
SUBST_VARS= VERSION
|
2000-08-23 13:55:20 -04:00
|
|
|
|
2000-08-24 18:46:43 -04:00
|
|
|
CONFIGURE_STYLE= gnu
|
2000-09-01 15:37:52 -04:00
|
|
|
CONFIGURE_ARGS= --with-sys-screenrc="${SYSCONFDIR}/screenrc"
|
1999-11-30 17:59:18 -05:00
|
|
|
|
2001-12-07 08:52:36 -05:00
|
|
|
FLAVORS= static
|
|
|
|
FLAVOR?=
|
|
|
|
|
|
|
|
.if ${FLAVOR:L} == "static"
|
2002-03-23 18:54:05 -05:00
|
|
|
. if ${MACHINE_ARCH} == "sparc64"
|
|
|
|
BROKEN= "Static FLAVOR broken on ${MACHINE_ARCH}"
|
|
|
|
. endif
|
2001-12-07 08:52:36 -05:00
|
|
|
CONFIGURE_ENV= LDFLAGS="-static"
|
|
|
|
.endif
|
|
|
|
|
2000-09-05 20:28:05 -04:00
|
|
|
ALL_TARGET= screen screen.info
|
|
|
|
|
2002-02-17 02:13:40 -05:00
|
|
|
post-extract:
|
|
|
|
@rm -f ${WRKSRC}/doc/screen.info*
|
|
|
|
|
1997-11-17 21:42:11 -05:00
|
|
|
post-install:
|
2001-09-05 23:49:55 -04:00
|
|
|
@chmod 755 ${PREFIX}/bin/screen-${VERSION}
|
2000-08-04 14:25:24 -04:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/screen
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/etc/etcscreenrc \
|
2001-07-28 00:00:36 -04:00
|
|
|
${PREFIX}/share/examples/screen/screenrc-sample
|
1997-11-17 21:42:11 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|