mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
27 lines
513 B
Makefile
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>
|