dc9594e09d
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
25 lines
700 B
Makefile
25 lines
700 B
Makefile
# $NetBSD: Makefile,v 1.2 2005/12/29 06:21:34 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= zaptel-netbsd-20050404
|
|
CATEGORIES= comms
|
|
MASTER_SITES= http://www.tastylime.net/netbsd/zaptel/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= riz@NetBSD.org
|
|
HOMEPAGE= http://www.tastylime.net/netbsd/zaptel/
|
|
COMMENT= The "zaptel" drivers and utils for the Asterisk Software PBX
|
|
|
|
ONLY_FOR_PLATFORM= NetBSD-[2-9]*-*
|
|
INSTALLATION_DIRS= lkm
|
|
|
|
ZAPTEL_KERNEL_ENV?= # empty
|
|
BUILD_DEFS+= ZAPTEL_KERNEL_ENV
|
|
MAKE_ENV+= ZAPTEL_KERNEL_ENV=${ZAPTEL_KERNEL_ENV:Q}
|
|
CONF_FILES= ${PREFIX}/share/examples/zaptel/zaptel.conf \
|
|
${PKG_SYSCONFDIR}/zaptel.conf
|
|
|
|
RCD_SCRIPTS= ztcfg
|
|
|
|
.include "../../devel/newt/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|