mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
17eb77ae86
- Maintainer's timeout (x11@FreeBSD.org) PR: 197963 Submitted by: Shun <shun.fbsd.pr@dropcut.net>
21 lines
346 B
Makefile
21 lines
346 B
Makefile
# Created by: Eric Anholt <anholt@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libXres
|
|
PORTVERSION= 1.0.7
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X Resource usage library
|
|
|
|
LICENSE= MIT
|
|
|
|
XORG_CAT= lib
|
|
USE_XORG= x11 xext xextproto resourceproto xproto:both
|
|
USES+= cpe
|
|
CPE_PRODUCT= libxres
|
|
CPE_VENDOR= x
|
|
|
|
.include <bsd.port.mk>
|