1999-09-27 19:39:02 +02:00
|
|
|
# New ports collection makefile for: enfle
|
|
|
|
# Date created: Tue Sep 28 02:25:17 JST 1999
|
2000-06-20 17:28:58 +02:00
|
|
|
# Whom: Yuki Sawada <samy@goldmoon.org>
|
1999-09-27 19:39:02 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-13 08:28:28 +02:00
|
|
|
PORTNAME= enfle
|
2001-03-09 22:38:37 +01:00
|
|
|
PORTVERSION= 20010130
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
PORTREVISION= 4
|
1999-09-27 19:39:02 +02:00
|
|
|
CATEGORIES= graphics
|
2005-04-05 20:34:24 +02:00
|
|
|
MASTER_SITES= http://enfle.fennel.org/files/stable/
|
1999-09-27 19:39:02 +02:00
|
|
|
|
2006-06-09 23:30:45 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 13:17:17 +01:00
|
|
|
COMMENT= Simple plugin-based graphics viewer
|
1999-09-27 19:39:02 +02:00
|
|
|
|
2001-09-11 04:22:51 +02:00
|
|
|
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
|
2000-06-20 17:28:58 +02:00
|
|
|
jpeg.9:${PORTSDIR}/graphics/jpeg \
|
2001-03-10 11:16:58 +01:00
|
|
|
mng.1:${PORTSDIR}/graphics/libmng \
|
2001-03-09 22:38:37 +01:00
|
|
|
ungif.5:${PORTSDIR}/graphics/libungif \
|
2001-08-15 22:33:16 +02:00
|
|
|
arc.1:${PORTSDIR}/archivers/libarc
|
1999-09-27 19:39:02 +02:00
|
|
|
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_XORG= x11 xext
|
1999-12-23 19:01:52 +01:00
|
|
|
USE_BZIP2= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2003-11-20 16:06:14 +01:00
|
|
|
USE_PERL5_BUILD=yes
|
1999-12-27 14:18:17 +01:00
|
|
|
CONFIGURE_ARGS= --enable-all-plugins \
|
|
|
|
--enable-plugins-dir \
|
2001-03-09 22:38:37 +01:00
|
|
|
--enable-loader=ungif \
|
2000-04-06 09:32:58 +02:00
|
|
|
--disable-static
|
1999-09-27 19:39:02 +02:00
|
|
|
|
1999-11-14 02:46:21 +01:00
|
|
|
MAN1= enfle.1
|
|
|
|
|
2003-12-05 00:03:22 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2001-11-28 04:04:11 +01:00
|
|
|
post-patch:
|
|
|
|
${PERL} -pi -e 's/^(.*_la_LDFLAGS = -module)$$/\1 -avoid-version/' \
|
|
|
|
${WRKSRC}/plugins/*/*/Makefile.in
|
2007-03-28 13:56:32 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/ltconfig
|
2001-11-28 04:04:11 +01:00
|
|
|
|
1999-11-14 02:46:21 +01:00
|
|
|
post-install:
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/enfle.1 ${PREFIX}/man/man1
|
|
|
|
|
2003-12-05 00:03:22 +01:00
|
|
|
.include <bsd.port.post.mk>
|