25 lines
402 B
Makefile
25 lines
402 B
Makefile
# $OpenBSD: Makefile,v 1.10 2013/03/11 11:23:57 espie Exp $
|
|
|
|
COMMENT= terminal locking utility
|
|
|
|
DISTNAME= gone-1.3.5
|
|
CATEGORIES= misc
|
|
|
|
HOMEPAGE= http://www.marcuscom.com/
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB= c
|
|
|
|
MASTER_SITES= ${HOMEPAGE}/downloads/
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ENV= with_setuid="no"
|
|
|
|
USE_GROFF = Yes
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|