summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
Diffstat (limited to 'graphics')
-rw-r--r--graphics/fnlib/Makefile17
-rw-r--r--graphics/fnlib/pkg-plist1
-rw-r--r--graphics/gqview/Makefile11
-rw-r--r--graphics/qiv/Makefile7
4 files changed, 14 insertions, 22 deletions
diff --git a/graphics/fnlib/Makefile b/graphics/fnlib/Makefile
index c1c92c0..76d5524 100644
--- a/graphics/fnlib/Makefile
+++ b/graphics/fnlib/Makefile
@@ -3,27 +3,22 @@
# Date created: 23 June 1997
# Whom: brett@peloton.physics.montana.edu
#
-# $Id: Makefile,v 1.8 1999/01/27 08:31:50 fenner Exp $
+# $Id: Makefile,v 1.9 1999/03/15 18:30:04 nectar Exp $
#
DISTNAME= fnlib-0.4
CATEGORIES= graphics
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= enlightenment
-#MASTER_SITES= ftp://www.rasterman.com/pub/enlightenment/enlightenment/ \
-# ftp://ftp.enlightenment.org/pub/enlightenment/enlightenment/ \
-# ftp://ftp.labs.redhat.com/pub/imlib/TAR/
+MASTER_SITES= ftp://www.rasterman.com/pub/enlightenment/enlightenment/ \
+ ftp://ftp.enlightenment.org/pub/enlightenment/enlightenment/ \
+ ftp://ftp.labs.redhat.com/pub/imlib/TAR/
MAINTAINER= vanilla@FreeBSD.ORG
-LIB_DEPENDS= Imlib.3:${PORTSDIR}/graphics/imlib
+LIB_DEPENDS= Imlib.4:${PORTSDIR}/graphics/imlib
USE_X_PREFIX= yes
USE_GMAKE= yes
-GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
-post-install:
- @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
-
.include <bsd.port.mk>
diff --git a/graphics/fnlib/pkg-plist b/graphics/fnlib/pkg-plist
index 64d1529..8a1dcef 100644
--- a/graphics/fnlib/pkg-plist
+++ b/graphics/fnlib/pkg-plist
@@ -2,7 +2,6 @@ etc/fnrc
include/Fnlib.h
include/Fnlib_types.h
lib/libFnlib.a
-lib/libFnlib.la
lib/libFnlib.so
lib/libFnlib.so.0.4
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
diff --git a/graphics/gqview/Makefile b/graphics/gqview/Makefile
index 825936f..f5fb2f6 100644
--- a/graphics/gqview/Makefile
+++ b/graphics/gqview/Makefile
@@ -3,7 +3,7 @@
# Date Created: 27 Oct 1998
# Whom: Vanilla Pooh Shu <vanilla@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.10 1999/03/15 05:59:15 nectar Exp $
+# $Id: Makefile,v 1.11 1999/03/15 18:30:04 nectar Exp $
#
DISTNAME= gqview-0.6.0.src
@@ -14,15 +14,16 @@ EXTRACT_SUFX= .tgz
MAINTAINER= nacai@iname.com
-LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 \
- Imlib.3:${PORTSDIR}/graphics/imlib
+LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
+ Imlib.4:${PORTSDIR}/graphics/imlib
+
+GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
USE_X_PREFIX= yes
WRKSRC= ${WRKDIR}/${PKGNAME}
ALL_TARGET= gqview
-CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config"
-
+CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
pre-install:
.if !defined(NOPORTDOCS)
diff --git a/graphics/qiv/Makefile b/graphics/qiv/Makefile
index 9258aa8..449c393 100644
--- a/graphics/qiv/Makefile
+++ b/graphics/qiv/Makefile
@@ -3,7 +3,7 @@
# Date created: 25 December 1998
# Whom: Bill Fumerola <billf@chc-chimes.com>
#
-# $Id: Makefile,v 1.2 1999/01/27 22:11:13 billf Exp $
+# $Id: Makefile,v 1.3 1999/04/22 07:39:07 mharo Exp $
#
DISTNAME= qiv-1.0
@@ -15,20 +15,17 @@ EXTRACT_SUFX= .tgz
MAINTAINER= billf@FreeBSD.org
-LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12
-BUILD_DEPENDS= imlib-config:${PORTSDIR}/graphics/imlib
+LIB_DEPENDS= gdk_imlib.4:${PORTSDIR}/graphics/imlib
USE_X_PREFIX= yes
MAN1= qiv.1
post-patch:
-
@ ${MV} ${WRKSRC}/qiv.1 ${WRKSRC}/qiv.1.pre_sed
@ ${SED} -e 's#\/usr\/bin#${PREFIX}/bin#g' \
${WRKSRC}/qiv.1.pre_sed > ${WRKSRC}/qiv.1
do-install:
-
${INSTALL_PROGRAM} ${WRKSRC}/qiv ${PREFIX}/bin/
${INSTALL_MAN} ${WRKSRC}/qiv.1 ${PREFIX}/man/man1/
OpenPOWER on IntegriCloud