aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/cmexfonts/Makefile
blob: 6b0b172609f20e484ed852905557de2307f6cdbd (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
# New ports collection makefile for:   cmexfonts
# Date created:                10 Mar 2001
# Whom:                        Shen Chuan-Hsing
#
# $FreeBSD$
#

PORTNAME=   cmexfonts
PORTVERSION=    0.1
PORTREVISION=   1
CATEGORIES= chinese x11-fonts
MASTER_SITES=   ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= X11/fonts

MAINTAINER= ports@FreeBSD.org
COMMENT=    Big5+ Chinese Mingti bitmap font (by CMEX & DynaLab) for X11

BUILD_DEPENDS=  bdftopcf:${X_CLIENTS_PORT}
RUN_DEPENDS=    mkfontdir:${X_CLIENTS_PORT}

USE_X_PREFIX=   yes
NO_BUILD=   yes

WRKSRC=     ${WRKDIR}/cmexfonts

post-install:
    @${SETENV} ${INSTALL_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL

.include <bsd.port.mk>