Import converters/fondu version 051010
[dports.git] / converters / fondu / Makefile
1 # Created by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
2 # $FreeBSD$
3
4 PORTNAME=       fondu
5 PORTVERSION=    051010
6 CATEGORIES=     converters
7 MASTER_SITES=   SF/${PORTNAME}/${PORTNAME}-src/${PORTVERSION}
8 DISTNAME=       ${PORTNAME}_src-${PORTVERSION}
9 EXTRACT_SUFX=   .tgz
10
11 MAINTAINER=     vg@FreeBSD.org
12 COMMENT=        Series of programs to interconvert between mac fonts
13
14 LICENSE=        BSD3CLAUSE
15
16 HAS_CONFIGURE=  yes
17
18 WRKSRC=         ${WRKDIR}/${PORTNAME}
19
20 BINS=           fondu ufond showfond dfont2res tobin frombin lumper setfondname
21 MANPAGES=       fondu ufond showfond dfont2res tobin frombin lumper
22
23 do-install:
24 .for f in ${BINS}
25         ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin
26 .endfor
27 .for f in ${MANPAGES}
28         ${INSTALL_MAN} ${WRKSRC}/${f}.1 ${STAGEDIR}${MANPREFIX}/man/man1
29 .endfor
30
31 .include <bsd.port.mk>