pkgsrc/sysutils/tdir/Makefile
jlam e44bf515dc Strip the ".buildlink" from the names of the python application and
extension Makefile fragments, because they really don't have anything to
do with the buildlink[12] frameworks.  Change all the Makefiles that use
application.buildlink.mk and extension.buildlink.mk to use application.mk
and extension.mk instead.
2002-09-21 23:46:45 +00:00

16 lines
384 B
Makefile

# $NetBSD: Makefile,v 1.5 2002/09/21 23:46:58 jlam Exp $
#
DISTNAME= tdir-1.58
CATEGORIES= sysutils
MASTER_SITES= http://www.tundraware.com/Software/tdir/
MAINTAINER= zuntum@netbsd.org
COMMENT= Display directories with files ordered by ending "extension"
LICENSE= tdir-license
PYTHON_PATCH_SCRIPTS= tdir
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"