You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
825 B
29 lines
825 B
.include </usr/ports/x11/trinity/trinity.port.mk>
|
|
|
|
PKGNAME= trinity-libart-lgpl-${VERSION}
|
|
VERSION= 2.3.22${PREVERSION}
|
|
PREVERSION=
|
|
|
|
COMMENT= Library of functions for 2D graphics
|
|
CATEGORIES= x11/trinity/dependencies
|
|
HOMEPAGE= http://www.trinitydesktop.org/
|
|
MAINTAINER= François Andriot <francois.andriot@free.fr>
|
|
|
|
MASTER_SITES= http://ppa2.quickbuild.pearsoncomputing.net/redirect.php?file=releases/R14.0.0/dependencies/
|
|
DISTNAME= libart-lgpl-R${TDE_VERSION}${PREVERSION}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
WRKDIST= ${WRKDIR}/dependencies/libart-lgpl
|
|
|
|
PREFIX= ${TDE_PREFIX}
|
|
|
|
SHARED_LIBS += art_lgpl_2 5.21
|
|
|
|
CONFIGURE_STYLE ?= autoconf
|
|
AUTOCONF_VERSION ?= 2.69
|
|
USE_GMAKE ?= Yes
|
|
CONFIGURE_ARGS += --disable-dependency-tracking
|
|
|
|
SHARED_ONLY = Yes
|
|
|
|
.include <bsd.port.mk>
|