19 lines
436 B
Makefile
19 lines
436 B
Makefile
# $OpenBSD: Makefile,v 1.4 1999/09/03 16:10:11 angelos Exp $
|
|
|
|
DISTNAME= common
|
|
DISTFILES= common-1.0..tar.gz
|
|
CATEGORIES= mbone
|
|
MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/common/
|
|
MAINTAINER= angelos@openbsd.org
|
|
|
|
LIB_DEPENDS= tcl80:${PORTSDIR}/lang/tcl80 \
|
|
tk80:${PORTSDIR}/x11/tk80
|
|
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
do-install:
|
|
${INSTALL_DATA} ${WRKSRC}/libcommon.a ${PREFIX}/lib
|
|
|
|
.include <bsd.port.mk>
|