aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/libepplet/Makefile
blob: d06287fc45448dd09c00129eef8224392f6ef62d (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
27
28
29
30
31
32
33
34
# New ports collection makefile for:	libepplet
# Date created:        			18 October 1999
# Whom:					Kelly Yancey <kbyanc@posi.net>
#
# $FreeBSD$
#

PORTNAME=	libepplet
PORTVERSION=	0.7
PORTREVISION=	2
CATEGORIES=	x11-wm devel
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	enlightenment
DISTNAME=	epplets-${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Library for building enlightenment dock applications

USE_X_PREFIX=	yes
USE_GNOME=	imlib
USE_GL=		yes
USE_GMAKE=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ENV=	EROOT="${X11BASE}/share/enlightenment" \
		EBIN="${X11BASE}/bin" \
		CPPFLAGS="${CPPFLAGS}" \
		LDFLAGS="${LDFLAGS}"
MAKE_ARGS=	SUBDIRS="api debian"
INSTALLS_SHLIB=	yes

CPPFLAGS=	-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}
LDFLAGS=	-L${LOCALBASE}/lib -L${X11BASE}/lib -lGL -lGLU ${PTHREAD_LIBS}

.include <bsd.port.mk>