1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/graphics/fnlib/Makefile
1998-07-04 23:43:48 +00:00

27 lines
513 B
Makefile

# New ports collection makefile for: fnlib
# Version required: 0.3
# Date created: 23 June 1997
# Whom: brett@peloton.physics.montana.edu
#
# $Id:$
#
DISTNAME= fnlib_DR-0.3
PKGNAME= fnlib-0.3
CATEGORIES= graphics
MASTER_SITES= ftp://www.rasterman.com/pub/enlightenment/libs/fnlib/
MAINTAINER= ports@freebsd.org
LIB_DEPENDS= Imlib\\.1\\.6:${PORTSDIR}/graphics/imlib
USE_X11= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/fnlib
post-install:
${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>