pkgsrc/devel/eina/Makefile
jperkin be84bbc55d Re-fix Solaris support, the previous patch was for some reason removed in
the last update, despite still being required.
2012-12-18 13:54:04 +00:00

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"