1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/graphics/libart/Makefile
Kevin Lo 5ac643444a Initial import of libart-2.3.3.
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
2001-07-08 16:44:22 +00:00

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>