pkgsrc/misc/qterm/Makefile
jlam d7f69e47ce Instead of including bsd.pkg.install.mk directly in a package Makefile,
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES".  This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile.  Idea suggested by Julio M.
Merino Vidal <jmmv at menta.net>.
2003-01-28 22:03:00 +00:00

22 lines
543 B
Makefile

# $NetBSD: Makefile,v 1.5 2003/01/28 22:03:44 jlam Exp $
#
DISTNAME= qterm-ac-1.0
PKGNAME= qterm-1.0
PKGREVISION= 1
CATEGORIES= misc
MASTER_SITES= http://www.westley.demon.co.uk/src/
MAINTAINER= agc@netbsd.org
HOMEPAGE= http://www.westley.demon.co.uk/software.html
COMMENT= utility to recognise terminal type automatically
USE_PKGINSTALL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
EGDIR= ${PREFIX}/share/examples/qterm
CONF_FILES= ${EGDIR}/qtermtab ${PKG_SYSCONFDIR}/qtermtab
.include "../../mk/bsd.pkg.mk"