mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
30 lines
539 B
Makefile
30 lines
539 B
Makefile
# Created by: gahr
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tcllauncher
|
|
PORTVERSION= 1.8
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= tcltk@FreeBSD.org
|
|
COMMENT= Launcher program for Tcl applications
|
|
|
|
LICENSE= MIT
|
|
|
|
LIB_DEPENDS= libtclx8.4.so:lang/tclX
|
|
|
|
USES+= tcl:tea autoreconf
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= flightaware
|
|
|
|
TCL_PKG= Tcllauncher${PORTVERSION}
|
|
|
|
PLIST_FILES= bin/${PORTNAME} \
|
|
lib/${TCL_PKG}/tcllauncher.tcl \
|
|
lib/${TCL_PKG}/tcllauncher-support.tcl \
|
|
lib/${TCL_PKG}/pkgIndex.tcl \
|
|
man/mann/${PORTNAME}.n.gz
|
|
|
|
.include <bsd.port.mk>
|