0318cd94ca
-correct homepage and master_sites -update maintainer email per maintainer ok wcmaier@, "looks good for me" Gleysdon Soares (maintainer)
31 lines
543 B
Makefile
31 lines
543 B
Makefile
# $OpenBSD: Makefile,v 1.6 2009/05/31 20:00:22 jim Exp $
|
|
|
|
COMMENT= simple X screen locker
|
|
|
|
DISTNAME= slock-0.9
|
|
|
|
CATEGORIES= x11
|
|
|
|
HOMEPAGE= http://tools.suckless.org/slock
|
|
|
|
MAINTAINER= Gleydson Soares <gsoares@trusted.com.br>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB= X11 c Xext
|
|
|
|
MASTER_SITES= http://code.suckless.org/dl/tools/
|
|
|
|
MAKE_ENV= CC="${CC}" \
|
|
LDFLAGS="${LDFLAGS}"
|
|
FAKE_FLAGS= DESTDIR=""
|
|
|
|
USE_X11= Yes
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|