mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
ceba211283
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly.
37 lines
945 B
Makefile
37 lines
945 B
Makefile
# New ports collection makefile for: xcin
|
|
# Version required: xcin-2.3.02
|
|
# Date created: Nov 28 ,1997
|
|
# Whom: Yen-Shuo Su <yssu@CCCA.NCTU.edu.tw>
|
|
#
|
|
# $Id: Makefile,v 1.6 1998/03/09 07:07:17 vanilla Exp $
|
|
#
|
|
|
|
DISTNAME= xcin-2.3.02
|
|
PKGNAME= zh-xcin-2.3.02
|
|
CATEGORIES= chinese x11
|
|
MASTER_SITES= http://www.freebsd.org/~vanilla/ \
|
|
ftp://ftp.ncu.edu.tw/OS/linux/chinese/xcin/ \
|
|
ftp://linux.cis.nctu.edu.tw/packages/chinese/xcin/
|
|
|
|
MAINTAINER= yssu@CCCA.NCTU.edu.tw
|
|
|
|
RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/chinese/kc15f.pcf.gz:${PORTSDIR}/chinese/kcfonts
|
|
|
|
USE_X_PREFIX= yes
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_ARGS =-prefix="${X11BASE}" \
|
|
-x-font-prefix="${X11BASE}/lib/X11/fonts"
|
|
MAN1= xcin.1 crxvt.1 cin2tab.1
|
|
|
|
.if defined(USE_24_FONT)
|
|
CONFIGURE_ARGS+=-use-24-fonts
|
|
.else
|
|
pre-fetch:
|
|
@echo
|
|
@echo You can set USE_24_FONT=YES if you want to use 24 fonts
|
|
@echo as default when xcin is running.
|
|
@echo
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|