summaryrefslogtreecommitdiff
path: root/japanese/ebview-gtk2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/ebview-gtk2/Makefile')
-rw-r--r--japanese/ebview-gtk2/Makefile45
1 files changed, 0 insertions, 45 deletions
diff --git a/japanese/ebview-gtk2/Makefile b/japanese/ebview-gtk2/Makefile
deleted file mode 100644
index 2cbed02addf8..000000000000
--- a/japanese/ebview-gtk2/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# New ports collection makefile for: ebview
-# Date Created: 28 Jan 2002
-# Whom: Yoichi NAKAYAMA <yoichi@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= ebview
-PORTVERSION= 0.2.1
-CATEGORIES= japanese
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Electronic Book Viewer
-
-LIB_DEPENDS= eb.7:${PORTSDIR}/japanese/eb
-
-USE_GETOPT_LONG= yes
-USE_GNOME= imlib
-USE_GMAKE= yes
-USE_AUTOCONF_VER= 253
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
-MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
- AUTOHEADER="${TRUE}"
-
-CPPFLAGS= -I${LOCALBASE}/include
-LDFLAGS= -L${LOCALBASE}/lib
-
-pre-build:
-.for file in src/dictheading.c
- cd ${WRKSRC} && ${MV} ${file} ${file}.pre_iconv \
- && iconv -c -t ascii ${file}.pre_iconv > ${file} || ${TRUE}
-.endfor
-
-post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
-.for i in ChangeLog README
- ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
-.endfor
-.endif
-
-.include <bsd.port.mk>