diff options
-rw-r--r-- | x11-fonts/libXfont/Makefile | 8 | ||||
-rw-r--r-- | x11-fonts/libXfont/pkg-descr | 2 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-fonts/libXfont/Makefile b/x11-fonts/libXfont/Makefile index 46e9a5231c79..57343d8a778e 100644 --- a/x11-fonts/libXfont/Makefile +++ b/x11-fonts/libXfont/Makefile @@ -9,15 +9,19 @@ CATEGORIES= x11-fonts MAINTAINER= x11@FreeBSD.org COMMENT= X font library +LICENSE= MIT BSD2CLAUSE BSD3CLAUSE +LICENSE_COMB= multi +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libfreetype.so:print/freetype2 +USES= cpe XORG_CAT= lib USE_XORG= xproto:both xtrans fontsproto:both fontenc INSTALL_TARGET= install-strip -USES+= cpe CPE_PRODUCT= libxfont CPE_VENDOR= x -CONFIGURE_ARGS=--without-xmlto --disable-devel-docs +CONFIGURE_ARGS= --without-xmlto --disable-devel-docs .include <bsd.port.mk> diff --git a/x11-fonts/libXfont/pkg-descr b/x11-fonts/libXfont/pkg-descr index 8353c6742ad1..5ee82e6cf38e 100644 --- a/x11-fonts/libXfont/pkg-descr +++ b/x11-fonts/libXfont/pkg-descr @@ -1,3 +1,3 @@ This package contains the X font libary -WWW: http://www.freedesktop.org/Software/xlibs +WWW: https://www.freedesktop.org/wiki/Software/xlibs/ |