freebsd-ports/japanese/jyuroku/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

36 lines
796 B
Makefile

# New ports collection makefile for: jyuroku
# Date created: 1 February 2001
# Whom: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
#
# $FreeBSD$
#
PORTNAME= jyuroku
PORTVERSION= 1.32
PORTREVISION= 5
CATEGORIES= japanese
MASTER_SITES= http://homepage3.nifty.com/seto-yoneji/
DISTNAME= ${PORTNAME}-${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= yoichi@FreeBSD.org
COMMENT= Japanese address book
ALL_TARGET=
USE_GNOME= gtk12
post-patch:
${REINPLACE_CMD} -e "s@gcc@${CC}@g; \
s@-g@${CFLAGS}@g; \
s@gtk-config@${GTK_CONFIG}@g" ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/jyuroku ${LOCALBASE}/bin
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/jyuroku
${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/jyuroku
.endif
.include <bsd.port.mk>