diff options
author | steve <steve@FreeBSD.org> | 1999-05-29 04:10:49 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-05-29 04:10:49 +0000 |
commit | b49f3df66216bea093bb055b7aeb51b176ba5f0f (patch) | |
tree | 49cb06973aa318772ac887676e23099f9766963f /graphics/fnlib/Makefile | |
parent | 011f7435f51d75d066a96166064315e6a1782899 (diff) | |
download | FreeBSD-ports-b49f3df66216bea093bb055b7aeb51b176ba5f0f.zip FreeBSD-ports-b49f3df66216bea093bb055b7aeb51b176ba5f0f.tar.gz |
Fixup after imlib version bump.
PR: 11843
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Diffstat (limited to 'graphics/fnlib/Makefile')
-rw-r--r-- | graphics/fnlib/Makefile | 17 |
1 files changed, 6 insertions, 11 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> |