2005-03-08 07:57:51 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.22 2005/03/08 07:57:51 alek Exp $
|
2001-05-06 02:07:15 +00:00
|
|
|
|
|
|
|
COMMENT= "MBone Session Directory"
|
1998-09-14 02:26:03 +00:00
|
|
|
|
1999-09-02 19:30:39 +00:00
|
|
|
DISTNAME= sdr-2.7e
|
1999-09-02 21:35:20 +00:00
|
|
|
CATEGORIES= mbone
|
2002-10-27 20:05:43 +00:00
|
|
|
|
1999-09-02 19:30:39 +00:00
|
|
|
MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/sdr/2.7e/
|
1998-09-14 02:26:03 +00:00
|
|
|
|
2001-06-20 01:43:11 +00:00
|
|
|
# License: BSD
|
2000-03-05 18:30:21 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2005-03-08 07:57:51 +00:00
|
|
|
WANTLIB= c z X11 m
|
2000-02-12 06:29:49 +00:00
|
|
|
|
2004-12-18 13:59:41 +00:00
|
|
|
LIB_DEPENDS= tcl80.1.5:tcl-8.0.*:lang/tcl/8.0 \
|
|
|
|
tk80.1.5:tk-8.0.*:x11/tk/8.0
|
1998-09-14 02:26:03 +00:00
|
|
|
|
2000-03-05 18:30:21 +00:00
|
|
|
USE_X11= Yes
|
|
|
|
USE_GMAKE= Yes
|
2000-10-22 15:41:23 +00:00
|
|
|
CONFIGURE_STYLE=simple
|
2002-10-27 20:05:43 +00:00
|
|
|
NO_REGRESS= Yes
|
1998-09-14 02:26:03 +00: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 10:52:08 +00: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 21:35:20 +00:00
|
|
|
@${CHMOD} 755 ${WRKSRC}/configure
|
1998-09-14 02:26:03 +00:00
|
|
|
|
1999-09-02 19:30:39 +00:00
|
|
|
post-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/sdr/freebsd/sdr ${PREFIX}/bin
|
|
|
|
|
1998-09-14 02:26:03 +00:00
|
|
|
.include <bsd.port.mk>
|