be84bbc55d
the last update, despite still being required.
26 lines
507 B
Makefile
26 lines
507 B
Makefile
# $NetBSD: Makefile,v 1.8 2012/12/18 13:54:04 jperkin Exp $
|
|
#
|
|
|
|
DISTNAME= eina-1.7.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://download.enlightenment.org/releases/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://enlightenment.org/
|
|
COMMENT= Data types library
|
|
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
|
|
PKGCONFIG_OVERRIDE= eina.pc.in
|
|
|
|
.include "../../mk/compiler.mk"
|
|
|
|
.if empty(PKGSRC_COMPILER:Msunpro)
|
|
BUILDLINK_TRANSFORM+= rm:-mt
|
|
.endif
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|