1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/x11-fonts/uw-ttyp0/Makefile
Raphael Kubo da Costa 97a9c42eaf Fix plist.
2017-06-09 15:11:56 +00:00

31 lines
776 B
Makefile

# $FreeBSD$
PORTNAME= uw-ttyp0
PORTVERSION= 1.3
PORTREVISION= 1
CATEGORIES= x11-fonts
MASTER_SITES= https://people.mpi-inf.mpg.de/~uwe/misc/uw-ttyp0/
MAINTAINER= rakuco@FreeBSD.org
COMMENT= Monospaced bitmap fonts for X11
LICENSE= MIT TTYP0
LICENSE_COMB= multi
LICENSE_NAME_TTYP0= ttyp0 License
LICENSE_FILE_TTYP0= ${WRKSRC}/LICENSE
LICENSE_PERMS_TTYP0= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
BUILD_DEPENDS= bdftopcf:x11-fonts/bdftopcf
HAS_CONFIGURE= yes
NO_ARCH= yes
USES= fonts gmake perl5
USE_PERL5= build
# Passing --prefix and --pcfdir to the configure script does not work: it is a
# homebrewed script that relies on features only present in expr(1) from GNU
# coreutils.
MAKE_ARGS= PREFIX=${LOCALBASE} PCFDIR=${FONTSDIR}
.include <bsd.port.mk>