1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/x11/xtrlock/Makefile
Martin Wilke cda30a295f - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-25 22:44:48 +00:00

28 lines
540 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.12
PORTREVISION= 2
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_DEBIAN}
MASTER_SITE_SUBDIR= pool/main/x/xtrlock/
DISTNAME= ${PORTNAME}_2.0-${PORTVERSION:E}
MAINTAINER= ports@FreeBSD.org
COMMENT= X Transparent Lock
USE_XORG= x11
WRKSRC= ${WRKDIR}/${PORTNAME}-2.0
MAKEFILE= ${FILESDIR}/Makefile
MAN1= xtrlock.1
PLIST_FILES= bin/xtrlock
.include <bsd.port.mk>