mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
047dea54fe
PR: ports/31119 Submitted by: Jeremy Norris <ishmael27@home.com>
26 lines
582 B
Makefile
26 lines
582 B
Makefile
# New ports collection makefile for: imlib2_loaders
|
|
# Date created: 7 Oct 2001
|
|
# Whom: Jeremy Norris <ishmael27@home.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= imlib2_loaders
|
|
PORTVERSION= 1.0.4
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://www.ny.us.rasterman.com/files/ \
|
|
${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= enlightenment
|
|
|
|
MAINTAINER= ishmael27@home.com
|
|
|
|
LIB_DEPENDS= Imlib2.1:${PORTSDIR}/graphics/imlib2 \
|
|
edb.1:${PORTSDIR}/databases/edb
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_LIBTOOL= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|