freebsd-ports/graphics/libart/Makefile

23 lines
468 B
Makefile
Raw Normal View History

# 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
MASTER_SITES= http://www.artofcode.com/${PORTNAME}/
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
WRKSRC= ${WRKDIR}/${PORTNAME}_lgpl-${PORTVERSION}
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
CONFLICTS= libart_lgpl2-*
.include <bsd.port.mk>