Skip to content

Commit

Permalink
print/ttf2pt1: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
laffer1 committed Sep 16, 2024
1 parent b6e94c6 commit d8ee6d0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions print/ttf2pt1/Makefile
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
PORTNAME= ttf2pt1
PORTVERSION= 3.4.4
PORTREVISION= 6
PORTREVISION= 7
CATEGORIES= print
MASTER_SITES= SF
EXTRACT_SUFX= .tgz

MAINTAINER= [email protected]
COMMENT= True Type Font to Postscript Type 1 Converter
WWW= https://ttf2pt1.sourceforge.net/

LICENSE= bsd3
LICENSE_FILE= ${WRKSRC}/COPYRIGHT

LIB_DEPENDS= libfreetype.so:print/freetype2
RUN_DEPENDS= t1asm:print/t1utils

USES= pkgconfig perl5 uidfix tar:tgz
USES= localbase perl5 pkgconfig shebangfix tar:tgz uidfix
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} ${CPPFLAGS}" LIBS="${LIBS}" \
INSTDIR="${FAKE_DESTDIR}${TRUE_PREFIX}" LIBXDIR="${FAKE_DESTDIR}${TRUE_PREFIX}/bin" \
OWNER=${BINOWN} GROUP=${BINGRP} \
Expand Down

0 comments on commit d8ee6d0

Please sign in to comment.