blob: 2db8feb528f5f7ca5a5f9b99644ae1cc2ecc5872 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# New ports collection makefile for: imlib2_loaders
# Date created: 7 Oct 2001
# Whom: Jeremy Norris <ishmael27@home.com>
#
# $FreeBSD$
#
PORTNAME= imlib2_loaders
PORTVERSION= 1.2.1.011
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://enlightenment.freedesktop.org/files/
MAINTAINER= vanilla@FreeBSD.org
COMMENT= Extra image loader plugins for Imlib 2
LIB_DEPENDS= Imlib2.3:${PORTSDIR}/graphics/imlib2 \
edb.1:${PORTSDIR}/databases/edb \
eet.9:${PORTSDIR}/devel/eet
GNU_CONFIGURE= yes
USE_GNOME= gnomehack gnometarget
CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include" \
LIBS="-L${PREFIX}/lib"
.include <bsd.port.mk>
|