freebsd-ports/devel/tcllauncher/Makefile
Pietro Cerutti 448a0175df devel/tcllauncher - update to 1.6
* tcllauncher::demonize when invoked with the -noclose option will still
  redirect any stdio files (stdin, stdout, stderr) to/from /dev/null if
  the corresponding stdio handle does not exist.
* clean and distclean make targets fixed/improved
* configure script now included in distribution
* remove all reference to Windows
2015-09-20 12:46:37 +00:00

33 lines
647 B
Makefile

# Created by: gahr
# $FreeBSD$
PORTNAME= tcllauncher
PORTVERSION= 1.6
DISTVERSIONPREFIX= v
CATEGORIES= devel
MAINTAINER= tcltk@FreeBSD.org
COMMENT= Launcher program for Tcl applications
LICENSE= MIT
LIB_DEPENDS= libtclx8.4.so:${PORTSDIR}/lang/tclX
USE_GITHUB= yes
GH_ACCOUNT= flightaware
USES+= tcl autoreconf
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-tcl=${TCL_LIBDIR} \
--prefix=${PREFIX} \
--exec-prefix=${PREFIX}
LIBDIR= lib/Tcllauncher${PORTVERSION}
PLIST_FILES= bin/${PORTNAME} \
${LIBDIR}/tcllauncher.tcl \
${LIBDIR}/tcllauncher-support.tcl \
${LIBDIR}/pkgIndex.tcl \
man/mann/${PORTNAME}.n.gz
.include <bsd.port.mk>