21 lines
289 B
Makefile
21 lines
289 B
Makefile
COMMENT= terminal locking utility
|
|
|
|
DISTNAME= gone-1.3.5
|
|
CATEGORIES= misc
|
|
REVISION = 0
|
|
|
|
HOMEPAGE= http://www.marcuscom.com/
|
|
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB= c
|
|
|
|
MASTER_SITES= ${HOMEPAGE}/downloads/
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ENV= with_setuid="no"
|
|
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|