diff options
Diffstat (limited to 'x11/libXrender/Makefile')
-rw-r--r-- | x11/libXrender/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/x11/libXrender/Makefile b/x11/libXrender/Makefile index 1b5ce1ea5bbd..389776619127 100644 --- a/x11/libXrender/Makefile +++ b/x11/libXrender/Makefile @@ -1,5 +1,5 @@ PORTNAME= libXrender -PORTVERSION= 0.9.12 +DISTVERSION= 0.9.12 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org @@ -7,9 +7,12 @@ COMMENT= X Render extension library WWW= https://www.freedesktop.org/Software/xlibs LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING USES= cpe tar:xz xorg xorg-cat:lib -USE_XORG= x11 xorgproto CPE_VENDOR= x.org +USE_XORG= x11 xorgproto + +INSTALL_TARGET= install-strip .include <bsd.port.mk> |