openbsd-ports/mbone/sdr/Makefile

31 lines
817 B
Makefile
Raw Normal View History

1999-09-02 15:30:39 -04:00
# $OpenBSD: Makefile,v 1.3 1999/09/02 19:30:39 angelos Exp $
1998-09-13 22:26:03 -04:00
#
1999-09-02 15:30:39 -04:00
DISTNAME= sdr-2.7e
PKGNAME= sdr-2.7e
1998-09-13 22:26:03 -04:00
CATEGORIES= mbone tk80
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
MAINTAINER= angelos@openbsd.org
LIB_DEPENDS= tk80\\.1:${PORTSDIR}/x11/tk80
HAS_CONFIGURE= yes
USE_GMAKE= yes
USE_X11= 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:
@${RM} -f ${WRKSRC}/src/libs.tcl
@${CP} ${FILESDIR}/Makefile.work ${WRKSRC}/Makefile
@${CP} ${FILESDIR}/configure ${WRKSRC}
@chmod 755 ${WRKSRC}/configure
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>