aboutsummaryrefslogtreecommitdiff
path: root/x11/xcb/Makefile
diff options
context:
space:
mode:
authorJason E. Hale <jhale@FreeBSD.org>2012-10-18 09:49:35 +0000
committerJason E. Hale <jhale@FreeBSD.org>2012-10-18 09:49:35 +0000
commitcf2aec0c3204fc4eab386e5c7f8650d950099a44 (patch)
tree00c997df36fe7e29620b149d59d6643dfb9e3b12 /x11/xcb/Makefile
parent7d00fc0a420371190ef9ac3a90645c0832332b96 (diff)
downloadports-cf2aec0c3204fc4eab386e5c7f8650d950099a44.tar.gz
ports-cf2aec0c3204fc4eab386e5c7f8650d950099a44.zip
- Update MASTER_SITES
- Add LICENSE (MIT) - Trim Makefile header - Remove indefinite article from COMMENT - Convert 2-line pkg-plist to PLIST_FILES - Update WWW PR: ports/172512 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Approved by: makc, avilla (mentors, implicit) Feature safe: yes
Notes
Notes: svn path=/head/; revision=306055
Diffstat (limited to 'x11/xcb/Makefile')
-rw-r--r--x11/xcb/Makefile17
1 files changed, 10 insertions, 7 deletions
diff --git a/x11/xcb/Makefile b/x11/xcb/Makefile
index 957316513e94..aa1fc49fccdb 100644
--- a/x11/xcb/Makefile
+++ b/x11/xcb/Makefile
@@ -1,21 +1,24 @@
-# New ports collection makefile for: xcb
-# Date created: 1 August 1995
-# Whom: jkh
-#
+# Created by: jkh
# $FreeBSD$
-#
PORTNAME= xcb
PORTVERSION= 2.4
PORTREVISION= 2
CATEGORIES= x11
-MASTER_SITES= http://oldhome.schmorp.de/marc/data/
+MASTER_SITES= http://oldhome.schmorp.de/marc/data/ \
+ http://ftp.lyx.org/pub/pcg/marc/ \
+ http://fossies.org/unix/misc/old/
MAINTAINER= ports@FreeBSD.org
-COMMENT= A tool for managing x11 cut-buffers
+COMMENT= Tool for managing x11 cut-buffers
+
+LICENSE= MIT
USE_IMAKE= yes
USE_XORG= ice sm x11 xaw xext xmu xt
+
MAN1= xcb.1
+PLIST_FILES= bin/xcb \
+ lib/X11/app-defaults/Xcb
.include <bsd.port.mk>