diff options
Diffstat (limited to 'graphics/libart/Makefile')
-rw-r--r-- | graphics/libart/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/graphics/libart/Makefile b/graphics/libart/Makefile new file mode 100644 index 000000000000..54b033aa48db --- /dev/null +++ b/graphics/libart/Makefile @@ -0,0 +1,19 @@ +# 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> |