e4c5564177
Use install-strip as install target.
21 lines
360 B
Makefile
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>
|