- Switch to USES=localbase

- Update WWW
This commit is contained in:
Dmitry Marakasov 2018-01-24 09:02:07 +00:00
parent e9233956dd
commit e93b741b40
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=459823
2 changed files with 3 additions and 4 deletions

View File

@ -13,10 +13,9 @@ COMMENT= TrueType to Type42 font converter
LIB_DEPENDS= libttf.so:print/freetype
GNU_CONFIGURE= yes
USES= localbase
PLIST_FILES= bin/ttftot42
CPPFLAGS+= -I${LOCALBASE}/include/freetype1/freetype \
-I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CPPFLAGS+= -isystem${LOCALBASE}/include/freetype1/freetype
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TrueType to Type42 font converter
WWW: http://www.nih.at/ttftot42/
WWW: https://www.nih.at/ttftot42/