mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
206b294339
are still visible and updated on the locked session. PR: ports/66964 Submitted by: Alexey Y. Mikhailov <karma@ez.pereslavl.ru>
26 lines
503 B
Makefile
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>
|