openbsd-ports/mbone/common/Makefile

22 lines
467 B
Makefile
Raw Normal View History

2000-02-10 19:37:15 -05:00
# $OpenBSD: Makefile,v 1.8 2000/02/11 00:37:29 espie Exp $
1999-09-02 16:59:15 -04:00
DISTNAME= common-1.0.6
1999-09-02 16:59:15 -04:00
CATEGORIES= mbone
MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/common/
2000-02-10 19:37:15 -05:00
NEED_VERSION= 1.191
1999-09-02 16:59:15 -04:00
MAINTAINER= angelos@openbsd.org
LIB_DEPENDS= tcl80.1.5:${PORTSDIR}/lang/tcl80 \
tk80.1.5:${PORTSDIR}/x11/tk80
1999-09-02 16:59:15 -04:00
USE_GMAKE= yes
GNU_CONFIGURE= yes
1999-09-02 16:59:15 -04:00
2000-02-10 19:37:15 -05:00
WRKDIST= ${WRKDIR}/common
1999-09-02 16:59:15 -04:00
do-install:
${INSTALL_DATA} ${WRKSRC}/libcommon.a ${PREFIX}/lib
.include <bsd.port.mk>