44680ddd62
An implementation of several specifications from freedesktop.org intended for use in Enlightenment DR17 (e17) and other applications using the Enlightenment Foundation Libraries (EFL). Currently, the following specifications are included: o Base Directory o Desktop Entry o Icon Theme o Menu
28 lines
654 B
Makefile
28 lines
654 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2011/12/05 17:38:21 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= efreet-1.1.0
|
|
CATEGORIES= sysutils devel
|
|
MASTER_SITES= http://download.enlightenment.org/releases/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://enlightenment.org/
|
|
COMMENT= Interface Abstraction Library and Toolset
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
LICENSE= 2-clause-bsd
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS= pkg-config
|
|
|
|
INSTALLATION_DIRS= share/doc/efreet
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/AUTHORS ${WRKSRC}/COPYING \
|
|
${DESTDIR}${PREFIX}/share/doc/efreet
|
|
|
|
.include "../../devel/ecore/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|