3f651573ad
Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
27 lines
580 B
Makefile
27 lines
580 B
Makefile
# New ports collection makefile for: libart_lgpl2
|
|
# Date created: 8 July 2001
|
|
# Whom: Hye-Shik Chang <perky@python.or.kr>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libart_lgpl2
|
|
PORTVERSION= 2.3.16
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
|
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.3
|
|
DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION}
|
|
DIST_SUBDIR= gnome2
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Library for high-performance 2D graphics
|
|
|
|
USE_BZIP2= yes
|
|
INSTALLS_SHLIB= yes
|
|
USE_GNOME= gnomehack gnometarget pkgconfig
|
|
USE_LIBTOOL_VER=13
|
|
|
|
CONFLICTS= libart-*
|
|
|
|
.include <bsd.port.mk>
|