aboutsummaryrefslogtreecommitdiff
path: root/converters/fondu/Makefile
blob: 94080cab4214b6cb2b990d9ecb099fb16d5b6243 (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
PORTNAME=	fondu
PORTVERSION=	051010
CATEGORIES=	converters
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-src/${PORTVERSION}
DISTNAME=	${PORTNAME}_src-${PORTVERSION}
EXTRACT_SUFX=	.tgz

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Series of programs to interconvert between mac fonts
WWW=		https://fondu.sourceforge.net/

LICENSE=	BSD3CLAUSE

HAS_CONFIGURE=	yes

WRKSRC=		${WRKDIR}/${PORTNAME}

BINS=		fondu ufond showfond dfont2res tobin frombin lumper setfondname
MANPAGES=	fondu ufond showfond dfont2res tobin frombin lumper

do-install:
.for f in ${BINS}
	${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin
.endfor
.for f in ${MANPAGES}
	${INSTALL_MAN} ${WRKSRC}/${f}.1 ${STAGEDIR}${PREFIX}/share/man/man1
.endfor

.include <bsd.port.mk>