aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fonts/uw-ttyp0/Makefile
blob: 487f79f425ebbeaa147ecd91e1036787f8bc0f56 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# $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>