openbsd-ports/devel/tcllib/Makefile
jasper 4eb4b45d1d - update tcllib to 1.6
many many new libraries (eg: bibtex, blowfish, jpeg, etc)

ok martynas@
2007-04-02 18:59:46 +00:00

33 lines
709 B
Makefile

# $OpenBSD: Makefile,v 1.7 2007/04/02 18:59:46 jasper Exp $
COMMENT= "useful routines for Tcl"
DISTNAME= tcllib-1.8
CATEGORIES= devel lang/tcl
TCLLIB= tcllib1.4
HOMEPAGE= http://www.tcl.tk/software/tcllib/
# BSD style
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tcllib/}
SUBST_VARS+= TCLLIB
BUILD_DEPENDS= ::lang/tcl/8.4
CONFIGURE_STYLE= gnu dest
NO_REGRESS= Yes
do-install:
${LOCALBASE}/bin/tclsh8.4 ${WRKSRC}/installer.tcl \
-no-wait -no-examples -no-html -no-gui -no-apps \
-pkg-path ${PREFIX}/lib/tcllib1.4 \
-nroff-path ${PREFIX}/man/mann
.include <bsd.port.mk>