19 lines
456 B
Makefile
19 lines
456 B
Makefile
# $NetBSD: Makefile,v 1.9 2009/02/16 18:29:53 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= gone-1.3.5
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://jaguar.ir.miami.edu/~marcus/
|
|
|
|
MAINTAINER= zuntum@NetBSD.org
|
|
HOMEPAGE= http://jaguar.ir.miami.edu/~marcus/
|
|
COMMENT= Terminal locking utility with many improvements over lock(1)
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV+= with_setuid=no
|
|
|
|
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|