freebsd-ports/devel/tclbsd/Makefile
Pietro Cerutti 4a46a64a2d - New port: devel/tclbsd
tclbsd provides a way for Tcl programs to exercise many interesting and useful
system calls and library routines available to C programs on versions of BSD
UNIX such as FreeBSD. Many of the interfaces also work with Linux and other
non-BSD UNIX variants as well.

WWW: https://github.com/flightaware/tclbsd
2014-10-07 12:27:22 +00:00

36 lines
725 B
Makefile

# Created by: gahr
# $FreeBSD$
PORTNAME= tclbsd
PORTVERSION= 1.6
CATEGORIES= devel
MAINTAINER= tcltk@FreeBSD.org
COMMENT= Tcl interface to various system calls and library routines
LICENSE= MIT
OPTIONS_DEFINE= DOCS
PORTDOCS= bsd.pdf
USES= tcl
USE_AUTOTOOLS= autoconf
USE_GITHUB= yes
GH_ACCOUNT= flightaware
GH_TAGNAME= v${PORTVERSION}
GH_COMMIT= 1601307
CONFIGURE_ARGS+=--exec-prefix=${PREFIX} \
--with-tcl=${TCL_LIBDIR}
PLIST_FILES= lib/BSD${PORTVERSION}/bsd_procs.tcl \
lib/BSD${PORTVERSION}/libBSD${PORTVERSION}.so \
lib/BSD${PORTVERSION}/pkgIndex.tcl \
man/mann/bsd.n.gz
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/bsd.pdf ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>