pkgsrc-wip/nodm/Makefile
Pierre Pronchery 0adc8a63e2 Import nodm-0.7 as wip/nodm.
nodm is an automatic display manager which automatically starts an X session at
system boot. It is meant for devices like smartphones, but can be used on a
regular computer as well, if the security implications are acceptable.

This does not build on NetBSD yet.
2013-04-07 20:54:18 +00:00

20 lines
444 B
Makefile

# $NetBSD: Makefile,v 1.1 2013/04/07 20:54:18 khorben Exp $
#
DISTNAME= nodm-0.7
CATEGORIES= x11
MASTER_SITES= http://enricozini.org/sw/nodm/
MAINTAINER= khorben@defora.org
HOMEPAGE= http://enricozini.org/sw/nodm/
COMMENT= TODO: Short description of the package
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
USE_TOOLS= gmake
DEPENDS+= help2man>=1.36:../../converters/help2man
.include "../../mk/pam.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"