head	1.14;
access;
symbols
	RELEASE_8_3_0:1.13
	RELEASE_9_0_0:1.13
	RELEASE_7_4_0:1.12
	RELEASE_8_2_0:1.12
	RELEASE_6_EOL:1.12
	RELEASE_8_1_0:1.12
	RELEASE_7_3_0:1.12
	RELEASE_8_0_0:1.12
	RELEASE_7_2_0:1.11
	RELEASE_7_1_0:1.11
	RELEASE_6_4_0:1.11
	RELEASE_5_EOL:1.11
	RELEASE_7_0_0:1.10
	RELEASE_6_3_0:1.10
	PRE_XORG_7:1.10
	RELEASE_4_EOL:1.10
	RELEASE_6_2_0:1.10
	RELEASE_6_1_0:1.8
	RELEASE_5_5_0:1.8
	RELEASE_6_0_0:1.8
	RELEASE_5_4_0:1.7
	RELEASE_4_11_0:1.6
	RELEASE_5_3_0:1.6
	RELEASE_4_10_0:1.6
	RELEASE_5_2_1:1.4
	RELEASE_5_2_0:1.4
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.1;
locks; strict;
comment	@# @;


1.14
date	2012.11.17.05.54.57;	author svnexp;	state Exp;
branches;
next	1.13;

1.13
date	2011.09.23.22.21.24;	author amdmi3;	state Exp;
branches;
next	1.12;

1.12
date	2009.08.22.00.15.06;	author amdmi3;	state Exp;
branches;
next	1.11;

1.11
date	2008.03.20.09.23.25;	author pav;	state Exp;
branches;
next	1.10;

1.10
date	2006.05.27.15.43.26;	author clsung;	state Exp;
branches;
next	1.9;

1.9
date	2006.05.03.23.38.32;	author edwin;	state Exp;
branches;
next	1.8;

1.8
date	2005.07.25.21.58.08;	author linimon;	state Exp;
branches;
next	1.7;

1.7
date	2005.01.08.15.50.03;	author sem;	state Exp;
branches;
next	1.6;

1.6
date	2004.03.30.19.20.14;	author krion;	state Exp;
branches;
next	1.5;

1.5
date	2004.02.04.05.18.55;	author marcus;	state Exp;
branches;
next	1.4;

1.4
date	2003.11.21.03.09.43;	author linimon;	state Exp;
branches;
next	1.3;

1.3
date	2003.11.19.22.08.29;	author des;	state Exp;
branches;
next	1.2;

1.2
date	2003.07.14.02.52.56;	author sf;	state Exp;
branches;
next	1.1;

1.1
date	2003.04.27.00.49.56;	author vanilla;	state Exp;
branches;
next	;


desc
@@


1.14
log
@Switch exporter over
@
text
@# New ports collection makefile for:    zh-oto
# Date created:		8 March 2003
# Whom:			Shen Chuan-Hsing <statue@@freebsd.sinica.edu.tw>
#
# $FreeBSD: head/chinese/oto/Makefile 300895 2012-07-14 12:56:14Z beat $
#

PORTNAME=	oto
PORTVERSION=	0.5
CATEGORIES=	chinese print
MASTER_SITES=	SF

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Show you font info and add new 'name' and 'cmap' tables

USE_ICONV=	yes
GNU_CONFIGURE=	YES
USE_GMAKE=	YES
CPPFLAGS+=	-I${LOCALBASE}/include
CONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib -liconv"

post-patch:
	@@${FIND} ${WRKSRC}/src/ -type f -print0 | \
	    ${XARGS} -0 ${REINPLACE_CMD} -e 's,stdint.h,inttypes.h,'

.include <bsd.port.mk>
@


1.13
log
@- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.12
log
@- Switch SourceForge ports to the new File Release System: categories starting with B,C
@
text
@d19 2
a20 2
CPPFLAGS=	-I${LOCALBASE}/include
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LIBS="-L${LOCALBASE}/lib -liconv"
@


1.11
log
@- Remove USE_GETOPT_LONG which is a no-op since March 2007
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
@


1.10
log
@- Update to 0.5
- use GNU_CONFIGURE, so it will be PREFIX clean now
- use %%DATADIR%%

PR:		98001
Submitted by:	Rong-En Fan <rafan_AT_infor dot org>
@
text
@a17 1
USE_GETOPT_LONG=yes
@


1.9
log
@remove USE_REINPLACE for all ports with categories starting with C
@
text
@d9 1
a9 2
PORTVERSION=	0.4
PORTREVISION=	2
d19 1
a19 1
HAS_CONFIGURE=	YES
@


1.8
log
@Reset bouncing maintainer address.  These ports are now available for
adoption.

Note that I have left the maintainer's own ftp site as a MASTERSITE
because it still appears to be active (for now, anyways).

Hat:	portmgr
@
text
@a21 1
USE_REINPLACE=	yes
@


1.7
log
@- Pass maintainership to submitter

PR:		ports/75730
Submitted by:	statue(at)freebsd.netlab.cse.yzu.edu.tw
@
text
@d15 1
a15 1
MAINTAINER=	statue@@freebsd.netlab.cse.yzu.edu.tw
@


1.6
log
@- Use USE_ICONV knob

Approved by:	portmgr
@
text
@d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
@


1.5
log
@Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
@
text
@d18 1
a18 2
LIB_DEPENDS=	iconv.3:${PORTSDIR}/converters/libiconv

@


1.4
log
@statue@@freebsd.sinica.edu.tw has asked for all the maintained
ports to be reset to ports@@FreeBSD.org.  We're sorry to see you
go and want to thank you for your help in the past.

PR:		ports/59515
Submitted by:	statue@@freebsd.sinica.edu.tw
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.3
log
@Fix incorrect ${REINPLACE_CMD} use and a couple of style nits.

Approved by:	portmgr (kkenn)
@
text
@d15 1
a15 1
MAINTAINER=	statue@@freebsd.sinica.edu.tw
@


1.2
log
@get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead.
@
text
@a26 1
.include <bsd.port.pre.mk>
d28 4
a31 2
	@@${FIND} ${WRKSRC}/src/ -name "*" | ${XARGS} ${REINPLACE_CMD} -e 's,stdint.h,inttypes.h,'
.include <bsd.port.post.mk>
@


1.1
log
@Add oto 0.4, show you font info and add new 'name' and 'cmap' tables.

PR:		50816
Submitted by:	Shen Chuan-Hsing <statue@@freebsd.sinica.edu.tw>
@
text
@d10 1
d18 1
a18 2
LIB_DEPENDS=	iconv.3:${PORTSDIR}/converters/libiconv \
		gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
d20 1
d24 2
@

