opnsense-ports/sysutils/modules/Makefile
Franco Fichtner 85f0862cab */*: sync with upstream
Taken from: FreeBSD
2016-08-21 16:22:22 +02:00

30 lines
710 B
Makefile

# Created by: Hokan
# $FreeBSD$
PORTNAME= modules
PORTVERSION= 3.2.10
PORTREVISION= 1
CATEGORIES= sysutils tcl
MASTER_SITES= SF/${PORTNAME}/Modules/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Dynamic modification of a user environment
LICENSE= GPLv2
USES= tcl
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-x \
--with-version-path=${PREFIX}/Modules/versions \
--mandir=${MANPREFIX}/man \
--with-tcl-ver=${TCL_VER:S/.//} \
--with-tcl-inc=${TCL_INCLUDEDIR} \
--with-tcl-lib=${LOCALBASE}/lib \
--with-tclx-ver=${TCL_VER:S/.//}
PLIST_SUB= MODULES_VERSION=${PORTVERSION}
post-extract:
${MV} ${WRKSRC}/doc/modulefile.4.in ${WRKSRC}/doc/modulefile.5.in
.include <bsd.port.mk>