1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/x11/libXres/Makefile
Bartek Rutkowski 17eb77ae86 x11/libXres: add CPE information
- Maintainer's timeout (x11@FreeBSD.org)

PR:		197963
Submitted by:	Shun <shun.fbsd.pr@dropcut.net>
2015-03-24 14:31:47 +00:00

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>