blob: d5e6ba311aa28e9186c3f656ff916c201db2bbf2 (
plain)
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: epplets
# Date created: 18 October 1999
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= epplets
PORTVERSION= 0.9
CATEGORIES= x11-wm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= enlightenment
MAINTAINER= ports@FreeBSD.org
COMMENT= A collection of Enlightenment dock applications
BUILD_DEPENDS= e16:${PORTSDIR}/x11-wm/enlightenment
LIB_DEPENDS= Imlib2.3:${PORTSDIR}/graphics/imlib2 \
cdaudio.1:${PORTSDIR}/audio/libcdaudio
RUN_DEPENDS= import:${PORTSDIR}/graphics/ImageMagick \
e16:${PORTSDIR}/x11-wm/enlightenment
USE_X_PREFIX= yes
USE_GNOME= esound lthack
USE_GL= yes
USE_GMAKE= yes
USE_AUTOTOOLS= libtool:15
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --enable-fsstd
.include <bsd.port.mk>
|