diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-07-25 17:07:51 +0800 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-07-25 17:07:51 +0800 |
commit | 3f3e1e0fb92a454d58f51eeee79df1a316884ec4 (patch) | |
tree | 9fc0bbee47ae27f4f78e216a91150e8c52300d8f | |
parent | 3119d6481cc6a81791c673e62acf63f2244fbbc5 (diff) | |
download | freebsd-ports-gnome-3f3e1e0fb92a454d58f51eeee79df1a316884ec4.tar.gz freebsd-ports-gnome-3f3e1e0fb92a454d58f51eeee79df1a316884ec4.tar.zst freebsd-ports-gnome-3f3e1e0fb92a454d58f51eeee79df1a316884ec4.zip |
- Add LICENSE
- Pet portlint
- Update WWW
Approved by: portmgr blanket
-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/ |