blob: 80ba234e6fc9eb78ad76bb00c36c442f1c15543d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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@FreeBSD.org
WRKSRC= ${WRKDIR}/${PORTNAME}_lgpl-${PORTVERSION}
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
.include <bsd.port.mk>
|