freebsd-ports/graphics/libart/Makefile
Erwin Lansing c5ef95cf14 Fix MASTER_SITES
PR:		90804
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
2005-12-22 13:33:44 +00:00

23 lines
525 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
INSTALLS_SHLIB= yes
CONFLICTS= libart_lgpl2-*
.include <bsd.port.mk>