1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/x11/xtrlock/Makefile
Pav Lucistnik 206b294339 Add xtrlock, a minimal transparent X lock. Transparent means that all windows
are still visible and updated on the locked session.

PR:		ports/66964
Submitted by:	Alexey Y. Mikhailov <karma@ez.pereslavl.ru>
2004-05-23 11:40:52 +00:00

26 lines
503 B
Makefile

# New ports collection makefile for: xtrlock
# Date created: 18 May 2004
# Whom: Alexey Mikhailov <karma@ez.pereslavl.ru>
#
# $FreeBSD$
#
PORTNAME= xtrlock
PORTVERSION= 2.0.8
CATEGORIES= x11
MASTER_SITES= http://ftp.debian.org/debian/pool/main/x/xtrlock/
DISTNAME= ${PORTNAME}_2.0-8
MAINTAINER= karma@ez.pereslavl.ru
COMMENT= X Transparent Lock
USE_X_PREFIX= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-2.0
MAKEFILE= ${FILESDIR}/Makefile
MAN1= xtrlock.1
PLIST_FILES= bin/xtrlock
.include <bsd.port.mk>