blob: 9260d6bdc818e335c1031a783757c4704c264439 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
PORTNAME= libXres
PORTVERSION= 1.2.1
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= X Resource usage library
LICENSE= MIT
USES= cpe xorg xorg-cat:lib
USE_XORG= x11 xext xorgproto
INSTALL_TARGET= install-strip
CPE_PRODUCT= libxres
CPE_VENDOR= x
.include <bsd.port.mk>
|