freebsd-ports/graphics/fnlib/Makefile

25 lines
483 B
Makefile
Raw Normal View History

# New ports collection makefile for: fnlib
# Date created: 23 June 1997
# Whom: brett@peloton.physics.montana.edu
#
1999-08-25 08:16:32 +02:00
# $FreeBSD$
#
PORTNAME= fnlib
PORTVERSION= 0.5
PORTREVISION= 9
CATEGORIES= graphics
MASTER_SITES= SF/enlightenment/OldFiles
MAINTAINER= ports@FreeBSD.org
2003-02-20 19:08:19 +01:00
COMMENT= Fonts and font libraries necessary for Enlightenment
2010-12-04 08:34:27 +01:00
USE_AUTOTOOLS= libtool
USE_GMAKE= yes
USE_GNOME= imlib
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>