mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
18 lines
282 B
Makefile
18 lines
282 B
Makefile
# New ports collection makefile for: xcb
|
|
# Version required: 2.3
|
|
# Date created: 1 August 1995
|
|
# Whom: jkh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= xcb-2.3
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
MASTER_SITE_SUBDIR= utilities
|
|
|
|
USE_IMAKE= yes
|
|
MAN1= xcb.1
|
|
|
|
.include <bsd.port.mk>
|