diff options
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> |