mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
20 lines
342 B
Makefile
20 lines
342 B
Makefile
# Created by: Eric Anholt <anholt@FreeBSD.org>
|
|
|
|
PORTNAME= libXres
|
|
PORTVERSION= 1.2.0
|
|
PORTREVISION= 2
|
|
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>
|