openbsd-ports/misc/gone/Makefile

25 lines
402 B
Makefile
Raw Normal View History

2013-03-11 07:20:26 -04:00
# $OpenBSD: Makefile,v 1.10 2013/03/11 11:23:57 espie Exp $
COMMENT= terminal locking utility
2004-11-30 02:14:02 -05:00
DISTNAME= gone-1.3.5
CATEGORIES= misc
HOMEPAGE= http://www.marcuscom.com/
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
2010-11-05 04:24:49 -04:00
2004-12-22 06:48:32 -05:00
WANTLIB= c
MASTER_SITES= ${HOMEPAGE}/downloads/
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= with_setuid="no"
2010-10-18 16:52:05 -04:00
USE_GROFF = Yes
2013-03-11 07:20:26 -04:00
NO_TEST= Yes
.include <bsd.port.mk>