23 lines
360 B
Makefile
23 lines
360 B
Makefile
# $OpenBSD: Makefile,v 1.12 2015/01/21 06:23:33 bentley Exp $
|
|
|
|
COMMENT= terminal locking utility
|
|
|
|
DISTNAME= gone-1.3.5
|
|
CATEGORIES= misc
|
|
REVISION = 0
|
|
|
|
HOMEPAGE= http://www.marcuscom.com/
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB= c
|
|
|
|
MASTER_SITES= ${HOMEPAGE}/downloads/
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ENV= with_setuid="no"
|
|
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|