2001-07-08 18:44:22 +02:00
|
|
|
# New ports collection makefile for: libart
|
|
|
|
# Date created: 8 July 2001
|
|
|
|
# Whom: Hye-Shik Chang <perky@python.or.kr>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libart
|
|
|
|
PORTVERSION= 2.3.3
|
|
|
|
CATEGORIES= graphics
|
2005-12-22 14:33:44 +01:00
|
|
|
MASTER_SITES= http://tiger.bioinf.cs.uni-potsdam.de/free/Graphics/ \
|
|
|
|
http://cvsup.theplanet.com/distfiles/
|
2001-07-08 18:44:22 +02:00
|
|
|
|
2004-06-10 07:27:41 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-25 07:25:35 +01:00
|
|
|
COMMENT= Library for high-performance 2D graphics
|
2001-07-08 18:44:22 +02:00
|
|
|
|
2007-02-01 03:42:05 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2001-07-08 18:44:22 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}_lgpl-${PORTVERSION}
|
|
|
|
GNU_CONFIGURE= yes
|
2006-08-15 01:06:39 +02:00
|
|
|
USE_LDCONFIG= yes
|
2001-07-08 18:44:22 +02:00
|
|
|
|
2006-05-28 15:37:06 +02:00
|
|
|
CONFLICTS= libart_lgpl-*
|
2003-10-15 22:50:41 +02:00
|
|
|
|
2001-07-08 18:44:22 +02:00
|
|
|
.include <bsd.port.mk>
|