28 lines
488 B
Makefile
28 lines
488 B
Makefile
# $OpenBSD: Makefile,v 1.9 2010/11/05 08:24:50 sthen 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
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB= c
|
|
|
|
MASTER_SITES= ${HOMEPAGE}/downloads/
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ENV= with_setuid="no"
|
|
|
|
USE_GROFF = Yes
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|