freebsd-ports/x11/libXres/Makefile
Niclas Zeising e4c5564177 Update to 1.2.0
Use install-strip as install target.
2017-12-23 22:20:48 +00:00

21 lines
360 B
Makefile

# Created by: Eric Anholt <anholt@FreeBSD.org>
# $FreeBSD$
PORTNAME= libXres
PORTVERSION= 1.2.0
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= X Resource usage library
LICENSE= MIT
XORG_CAT= lib
USE_XORG= x11 xext xextproto resourceproto xproto:both
INSTALL_TARGET= install-strip
USES+= cpe
CPE_PRODUCT= libxres
CPE_VENDOR= x
.include <bsd.port.mk>