diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2018-07-25 17:07:51 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2018-07-25 17:07:51 +0800 |
commit | dd9f6c1426619a89ce28352ce1a8e555e8de0798 (patch) | |
tree | 9fc0bbee47ae27f4f78e216a91150e8c52300d8f /x11-fonts/libXfont/Makefile | |
parent | beacf04a7b5ff6d9a6fdb03f965466e3c2987e88 (diff) | |
download | freebsd-ports-gnome-dd9f6c1426619a89ce28352ce1a8e555e8de0798.tar.gz freebsd-ports-gnome-dd9f6c1426619a89ce28352ce1a8e555e8de0798.tar.zst freebsd-ports-gnome-dd9f6c1426619a89ce28352ce1a8e555e8de0798.zip |
- Add LICENSE
- Pet portlint
- Update WWW
Approved by: portmgr blanket
Diffstat (limited to 'x11-fonts/libXfont/Makefile')
-rw-r--r-- | x11-fonts/libXfont/Makefile | 8 |
1 files changed, 6 insertions, 2 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> |