2002-12-22 19:37:49 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.20 2002/12/23 00:37:51 pvalchev Exp $
|
2001-05-05 22:07:15 -04:00
|
|
|
|
|
|
|
COMMENT= "MBone Session Directory"
|
1998-09-13 22:26:03 -04:00
|
|
|
|
1999-09-02 15:30:39 -04:00
|
|
|
DISTNAME= sdr-2.7e
|
1999-09-02 17:35:20 -04:00
|
|
|
CATEGORIES= mbone
|
2002-10-27 15:05:43 -05:00
|
|
|
|
1999-09-02 15:30:39 -04:00
|
|
|
MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/sdr/2.7e/
|
1998-09-13 22:26:03 -04:00
|
|
|
|
2001-06-19 21:43:11 -04:00
|
|
|
# License: BSD
|
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 01:29:49 -05:00
|
|
|
|
2000-03-27 13:17:27 -05:00
|
|
|
LIB_DEPENDS= tcl80.1.5::lang/tcl/8.0 \
|
|
|
|
tk80.1.5::x11/tk/8.0
|
1998-09-13 22:26:03 -04:00
|
|
|
|
2000-03-05 13:30:21 -05:00
|
|
|
USE_X11= Yes
|
|
|
|
USE_GMAKE= Yes
|
2000-10-22 11:41:23 -04:00
|
|
|
CONFIGURE_STYLE=simple
|
2002-10-27 15:05:43 -05:00
|
|
|
NO_REGRESS= Yes
|
1998-09-13 22:26:03 -04:00
|
|
|
|
|
|
|
# src/libs.tcl is autogenerated from the tcl/tk installed on the
|
|
|
|
# build system, so we shouldn't use the one in the distribution.
|
|
|
|
# Makefile.work and configure help to work with the sdr multi-platform
|
|
|
|
# build structure.
|
|
|
|
post-extract:
|
2000-02-16 05:52:08 -05:00
|
|
|
@rm -f ${WRKSRC}/src/libs.tcl
|
|
|
|
@cp ${FILESDIR}/Makefile.work ${WRKSRC}/Makefile
|
|
|
|
@cp ${FILESDIR}/configure ${WRKSRC}
|
|
|
|
@cp ${FILESDIR}/image_directory.xbm ${WRKSRC}/sdr/src/
|
1999-09-02 17:35:20 -04:00
|
|
|
@${CHMOD} 755 ${WRKSRC}/configure
|
1998-09-13 22:26:03 -04:00
|
|
|
|
1999-09-02 15:30:39 -04:00
|
|
|
post-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/sdr/freebsd/sdr ${PREFIX}/bin
|
|
|
|
|
1998-09-13 22:26:03 -04:00
|
|
|
.include <bsd.port.mk>
|