1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/x11/xcb/Makefile
Gleb Popov e427ab10bf *: Move manpages to share/man for imake ports.
Approved by:	portmgr (blanket)
2024-02-04 22:13:55 +03:00

23 lines
482 B
Makefile

PORTNAME= xcb
PORTVERSION= 2.4
PORTREVISION= 4
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
WWW= http://oldhome.schmorp.de/marc/xcb.html
LICENSE= MIT
USES= imake xorg
USE_XORG= ice sm x11 xaw xext xmu xt
PLIST_FILES= bin/xcb \
lib/X11/app-defaults/Xcb \
share/man/man1/xcb.1.gz
.include <bsd.port.mk>