2002-04-05 18:02:16 +02:00
|
|
|
# New ports collection makefile for: ebview
|
|
|
|
# Date Created: 28 Jan 2002
|
|
|
|
# Whom: Yoichi NAKAYAMA <yoichi@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ebview
|
|
|
|
PORTVERSION= 0.1.4
|
|
|
|
CATEGORIES= japanese
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
2002-05-26 12:23:59 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2002-04-05 18:02:16 +02:00
|
|
|
|
|
|
|
LIB_DEPENDS= eb.6:${PORTSDIR}/japanese/eb
|
|
|
|
|
|
|
|
USE_GTK= yes
|
|
|
|
USE_IMLIB= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAKE_ARGS= SUBDIRS=src
|
2002-05-01 21:43:25 +02:00
|
|
|
CONFIGURE_ARGS= --disable-imlibtest
|
2002-04-05 18:02:16 +02:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
${MKDIR} ${PREFIX}/share/locale/ja/LC_MESSAGES
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/po/ja.gmo ${PREFIX}/share/locale/ja/LC_MESSAGES/ebview.mo
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${DOCSDIR}
|
|
|
|
.for i in ChangeLog README
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
|
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|