freebsd-ports/graphics/fnlib/Makefile

29 lines
775 B
Makefile
Raw Normal View History

# New ports collection makefile for: fnlib
1998-12-28 01:35:53 +01:00
# Version required: 0.4
# Date created: 23 June 1997
# Whom: brett@peloton.physics.montana.edu
#
1998-12-28 01:35:53 +01:00
# $Id: Makefile,v 1.5 1998/09/23 17:16:35 vanilla Exp $
#
1998-12-28 01:35:53 +01:00
DISTNAME= fnlib-0.4
CATEGORIES= graphics
1998-12-28 01:35:53 +01:00
MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \
ftp://ftp.gnome.org/pub/GNOME/sources/
#MASTER_SITES= ftp://www.rasterman.com/pub/enlightenment/enlightenment/ \
# ftp://ftp.enlightenment.org/pub/enlightenment/enlightenment/ \
# ftp://ftp.labs.redhat.com/pub/imlib/TAR/
MAINTAINER= vanilla@FreeBSD.ORG
1998-09-23 19:16:40 +02:00
LIB_DEPENDS= Imlib.1:${PORTSDIR}/graphics/imlib
USE_X_PREFIX= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
post-install:
1998-09-23 19:16:40 +02:00
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>