5ac643444a
Libart is a library of functions for 2D graphics supporting a superset of the PostScript imaging model, designed to be integrated with graphics, artwork, and illustration programs. PR: 28818 Submitted by: Hye-Shik Chang <perky@python.or.k
20 lines
392 B
Makefile
20 lines
392 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://www.artofcode.com/${PORTNAME}/
|
|
|
|
MAINTAINER= perky@python.or.kr
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}_lgpl-${PORTVERSION}
|
|
GNU_CONFIGURE= yes
|
|
INSTALLS_SHLIB= yes
|
|
|
|
.include <bsd.port.mk>
|