mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
10ddcca177
- these include dns/ editors/ emulators/ finance/ games/ graphics/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
24 lines
522 B
Makefile
24 lines
522 B
Makefile
# 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://tiger.bioinf.cs.uni-potsdam.de/free/Graphics/ \
|
|
http://cvsup.theplanet.com/distfiles/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Library for high-performance 2D graphics
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}_lgpl-${PORTVERSION}
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
CONFLICTS= libart_lgpl-*
|
|
|
|
.include <bsd.port.mk>
|