1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/x11/xcb/Makefile
Jason E. Hale cf2aec0c32 - 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
2012-10-18 09:49:35 +00:00

25 lines
449 B
Makefile

# Created by: jkh
# $FreeBSD$
PORTNAME= xcb
PORTVERSION= 2.4
PORTREVISION= 2
CATEGORIES= x11
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= 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>