freebsd-ports/graphics/fnlib/Makefile

26 lines
534 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= 2
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= enlightenment
MAINTAINER= ports@FreeBSD.org
2003-02-20 19:08:19 +01:00
COMMENT= Fonts and font libraries necessary for Enlightenment
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= imlib
USE_INC_LIBTOOL_VER=13
INSTALLS_SHLIB= yes
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>