Prune x11/xpra
[dports.git] / x11-fonts / mgopen / Makefile
1 # Created by: past@ebs.gr
2 # $FreeBSD$
3
4 PORTNAME=       mgopen
5 PORTVERSION=    1.1
6 CATEGORIES=     x11-fonts
7 MASTER_SITES=   DEBIAN/pool/main/f/fonts-mgopen
8 DISTNAME=       fonts-mgopen_${PORTVERSION}.orig
9
10 MAINTAINER=     ports@FreeBSD.org
11 COMMENT=        MgOpen greek fonts collection
12
13 # almost identical to the license used in bitstream-vera
14 LICENSE=        MGOPEN
15 LICENSE_GROUPS= FONT
16 LICENSE_NAME=   MgOpen Font License
17 LICENSE_FILE=   ${FILESDIR}/LICENSE
18 LICENSE_PERMS=  dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
19
20 USES=           fonts tar:bzip2
21
22 NO_ARCH=        yes
23 NO_BUILD=       yes
24
25 WRKSRC=         ${WRKDIR}/fonts-mgopen-${PORTVERSION}/TTFs
26
27 SUB_FILES=      pkg-message
28
29 do-install:
30         @${MKDIR} ${STAGEDIR}${FONTSDIR}
31         ${INSTALL_DATA} ${WRKSRC}/*.ttf ${STAGEDIR}${FONTSDIR}
32
33 .include <bsd.port.mk>