pkgsrc-wip/just/Makefile
Aleksej Saushev 564792e8d8 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-10-01 21:43:20 +00:00

24 lines
603 B
Makefile

# $NetBSD: Makefile,v 1.3 2012/10/01 21:43:26 asau Exp $
#
DISTNAME= just-0.3.6
CATEGORIES= net tcl tk
MASTER_SITES= ftp://hamster.urc.uninett.no/pub/unix/network/snmp/scotty/
MAINTAINER= pettai@nordu.net
COMMENT= Jarle's useless SNMP tools
DEPENDS+= tk>=8.3.2:../../x11/tk
DEPENDS+= tcl-scotty>=2.1.10:../../net/tcl-scotty
PKG_DESTDIR_SUPPORT= none
.include "../../mk/bsd.prefs.mk"
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-tcl-config=${PREFIX}/lib
TNMVER_CMD= ${ECHO} 'puts $$tnm(version); exit' | ${PREFIX}/bin/scotty
PLIST_SUBST+= TNMVER=${:!${TNMVER_CMD}!}
.include "../../mk/bsd.pkg.mk"