diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-18 06:34:27 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-18 06:34:27 +0000 |
commit | 4138db0e8bc7aeee24683436e65c0b735998fb23 (patch) | |
tree | 57b6b53d48cdcbb9f56aa8b076dddf570c019b36 /x11/xclip/Makefile | |
parent | c7192d0412a8c5ca9ad0d7005b42cf4fdb2ecb7b (diff) | |
download | ports-4138db0e8bc7aeee24683436e65c0b735998fb23.tar.gz ports-4138db0e8bc7aeee24683436e65c0b735998fb23.zip |
Notes
Diffstat (limited to 'x11/xclip/Makefile')
-rw-r--r-- | x11/xclip/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/x11/xclip/Makefile b/x11/xclip/Makefile new file mode 100644 index 000000000000..11caaae4f27f --- /dev/null +++ b/x11/xclip/Makefile @@ -0,0 +1,21 @@ +# ex:ts=8 +# New ports collection makefile for: xclip +# Date created: Dec 18, 2001 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= xclip +PORTVERSION= 0.08 +CATEGORIES= x11 +MASTER_SITES= http://people.debian.org/~kims/xclip/ + +MAINTAINER= ports@FreeBSD.org + +WRKSRC= ${WRKDIR}/${PORTNAME} +USE_IMAKE= yes + +MAN1= xclip.1 + +.include <bsd.port.mk> |