diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-23 11:40:52 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-23 11:40:52 +0000 |
commit | 206b294339cb6961c5e8156f564eff4503905b04 (patch) | |
tree | c219e3d03630a2c6d5a414e676951f45d4c5fac9 /x11/xtrlock/Makefile | |
parent | 9296daba21de0ea0c5ea24d2613902652cb40bae (diff) | |
download | ports-206b294339cb6961c5e8156f564eff4503905b04.tar.gz ports-206b294339cb6961c5e8156f564eff4503905b04.zip |
Notes
Diffstat (limited to 'x11/xtrlock/Makefile')
-rw-r--r-- | x11/xtrlock/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/x11/xtrlock/Makefile b/x11/xtrlock/Makefile new file mode 100644 index 000000000000..5c6bc2a5aac4 --- /dev/null +++ b/x11/xtrlock/Makefile @@ -0,0 +1,25 @@ +# 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> |