cd5476372e
Update x11-fonts/libFS to 1.0.8 This release contains a fixes for a bunch of sign comparision warnings, and changes to the build system add LICENSE and LICENSE_FILE pet portlint a bit, move USES= earlier use INSTALL_TARGET=install-strip to strip binaries and files Changelog: https://lists.x.org/archives/xorg-announce/2019-March/002970.html Sponsored by: B3 Init
22 lines
311 B
Makefile
22 lines
311 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libFS
|
|
PORTVERSION= 1.0.8
|
|
CATEGORIES= x11-fonts
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= The FS library
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= cpe
|
|
|
|
XORG_CAT= lib
|
|
USE_XORG= xorgproto xtrans
|
|
CPE_VENDOR= x
|
|
CPE_PRODUCT= libfs
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|