1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

fix some rules problems.

Reviewed by:	asami
This commit is contained in:
Vanilla I. Shu 1997-12-17 04:32:09 +00:00
parent b82eacd2db
commit 93ba9fe13f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=9118
2 changed files with 10 additions and 12 deletions

View File

@ -3,7 +3,7 @@
# Date created: Nov 28 ,1997
# Whom: Yen-Shuo Su <yssu@CCCA.NCTU.edu.tw>
#
# $Id$
# $Id: Makefile,v 1.1.1.1 1997/12/15 17:57:48 vanilla Exp $
#
DISTNAME= xcin-2.3.01
@ -18,19 +18,18 @@ RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/chinese/kc15.pcf.gz:${PORTSDIR}/chinese/kc
USE_X11= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS+=-prefix="${X11BASE}" \
CONFIGURE_ARGS =-prefix="${X11BASE}" \
-x-font-prefix="${X11BASE}/lib/X11/fonts"
MAN1= xcin.1 cin2tab.1
.if !defined(USE_24_FONT)
.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
.else
pre-configure:
CONFIGURE_ARGS+=-use-24-fonts
.endif
.include <bsd.port.mk>

View File

@ -3,7 +3,7 @@
# Date created: Nov 28 ,1997
# Whom: Yen-Shuo Su <yssu@CCCA.NCTU.edu.tw>
#
# $Id$
# $Id: Makefile,v 1.1.1.1 1997/12/15 17:57:48 vanilla Exp $
#
DISTNAME= xcin-2.3.01
@ -18,19 +18,18 @@ RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/chinese/kc15.pcf.gz:${PORTSDIR}/chinese/kc
USE_X11= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS+=-prefix="${X11BASE}" \
CONFIGURE_ARGS =-prefix="${X11BASE}" \
-x-font-prefix="${X11BASE}/lib/X11/fonts"
MAN1= xcin.1 cin2tab.1
.if !defined(USE_24_FONT)
.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
.else
pre-configure:
CONFIGURE_ARGS+=-use-24-fonts
.endif
.include <bsd.port.mk>