freebsd-ports/graphics/fnlib/Makefile
Pav Lucistnik 2a0f64f42e - Mark BROKEN: does not configure
checking for imlib-config... /usr/local/bin/imlib-config
  checking for IMLIB - version >= 1.8.0... no
  *** Could not run IMLIB test program, checking why...

Reported by:	pointyhat
2012-06-13 20:51:32 +00:00

26 lines
513 B
Makefile

# New ports collection makefile for: fnlib
# Date created: 23 June 1997
# Whom: brett@peloton.physics.montana.edu
#
# $FreeBSD$
#
PORTNAME= fnlib
PORTVERSION= 0.5
PORTREVISION= 10
CATEGORIES= graphics
MASTER_SITES= SF/enlightenment/OldFiles
MAINTAINER= ports@FreeBSD.org
COMMENT= Fonts and font libraries necessary for Enlightenment
BROKEN= does not configure
USE_AUTOTOOLS= libtool
USE_GMAKE= yes
USE_GNOME= imlib
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>