1999-10-26 06:59:55 +02:00
|
|
|
# New ports collection makefile for: epplets
|
|
|
|
# Date created: 18 October 1999
|
|
|
|
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-10 21:50:46 +02:00
|
|
|
PORTNAME= epplets
|
2010-05-31 13:27:32 +02:00
|
|
|
PORTVERSION= 0.13
|
2010-09-15 20:35:24 +02:00
|
|
|
PORTREVISION= 1
|
1999-10-26 06:59:55 +02:00
|
|
|
CATEGORIES= x11-wm
|
2009-08-22 02:39:37 +02:00
|
|
|
MASTER_SITES= SF/enlightenment/${PORTNAME}/${PORTVERSION}
|
1999-10-26 06:59:55 +02:00
|
|
|
|
2008-03-10 21:41:57 +01:00
|
|
|
MAINTAINER= gahr@FreeBSD.org
|
2003-02-20 20:21:36 +01:00
|
|
|
COMMENT= A collection of Enlightenment dock applications
|
1999-10-26 06:59:55 +02:00
|
|
|
|
2009-06-08 08:56:20 +02:00
|
|
|
BUILD_DEPENDS= e16:${PORTSDIR}/x11-wm/e16
|
2008-03-10 21:41:57 +01:00
|
|
|
LIB_DEPENDS= cdaudio.1:${PORTSDIR}/audio/libcdaudio
|
2009-06-08 08:56:20 +02:00
|
|
|
RUN_DEPENDS= e16:${PORTSDIR}/x11-wm/e16 \
|
2008-03-10 21:41:57 +01:00
|
|
|
import:${PORTSDIR}/graphics/ImageMagick
|
|
|
|
|
|
|
|
USE_XORG= xext
|
|
|
|
USE_GNOME= esound gnometarget
|
|
|
|
USE_GL= glut
|
2003-12-09 21:31:10 +01:00
|
|
|
USE_GMAKE= yes
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool autoconf
|
2006-08-14 12:03:13 +02:00
|
|
|
USE_LDCONFIG= yes
|
2008-03-10 21:41:57 +01:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
CONFIGURE_ARGS= --disable-auto-respawn
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2010-12-22 21:05:49 +01:00
|
|
|
AUTOTOOLSFILES= aclocal.m4
|
|
|
|
|
2008-03-10 21:41:57 +01:00
|
|
|
post-patch:
|
2010-12-22 21:05:49 +01:00
|
|
|
@${REINPLACE_CMD} -e 's|2.63|%%AUTOCONF_VERSION%%|g' ${WRKSRC}/aclocal.m4
|
2008-03-10 21:41:57 +01:00
|
|
|
@${REINPLACE_CMD} -e 's|<machine/soundcard\.h>|<sys/soundcard.h>|g' \
|
|
|
|
${WRKSRC}/epplets/Emix.c
|
|
|
|
@${REINPLACE_CMD} -e 's|<malloc\.h>|<stdlib.h>|g' \
|
|
|
|
${WRKSRC}/epplets/mbox.c
|
2003-12-09 21:31:10 +01:00
|
|
|
|
2008-03-10 21:41:57 +01:00
|
|
|
.include <bsd.port.post.mk>
|