mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 13:20:32 -04:00
- Update to version 0.7
PR: 60077 Submitted by: Ports Fury
This commit is contained in:
parent
468f16d221
commit
c30df7f981
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95498
5 changed files with 44 additions and 13 deletions
|
@ -6,27 +6,27 @@
|
|||
#
|
||||
|
||||
PORTNAME= libepplet
|
||||
PORTVERSION= 0.5
|
||||
PORTVERSION= 0.7
|
||||
CATEGORIES= x11-wm devel
|
||||
MASTER_SITES= ftp://kde.planetmirror.com/pub/enlightenment/epplets/ \
|
||||
ftp://ftp.dti.ad.jp/pub/X/enlightenment/epplets/
|
||||
DISTNAME= epplet-base-${PORTVERSION}
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= enlightenment
|
||||
DISTNAME= epplets-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Library for building enlightenment dock applications
|
||||
|
||||
WRKSRC= ${WRKDIR}/Epplets-${PORTVERSION}
|
||||
|
||||
USE_REINPLACE= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_GNOME= imlib
|
||||
USE_GL= yes
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL= yes
|
||||
CONFIGURE_ENV= EROOT=${X11BASE}/share/enlightenment \
|
||||
EBIN=${X11BASE}/bin
|
||||
CONFIGURE_ARGS= --enable-fsstd
|
||||
CONFIGURE_ENV= EROOT="${X11BASE}/share/enlightenment" \
|
||||
EBIN="${X11BASE}/bin" \
|
||||
CPPFLAGS="${CPPFLAGS}" \
|
||||
LDFLAGS="${LDFLAGS}"
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
pre-patch:
|
||||
@${REINPLACE_CMD} -e 's|api epplets|api|g' ${WRKSRC}/Makefile.in
|
||||
CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}
|
||||
LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib -lGL -lGLU ${PTHREAD_LIBS}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (epplet-base-0.5.tar.gz) = 6be063dcff76dcdef0f2bfdba4cd111d
|
||||
MD5 (epplets-0.7.tar.gz) = b28331134d22ba5305c48dc0948f9e95
|
||||
|
|
11
x11-wm/libepplet/files/patch-Makefile.in
Normal file
11
x11-wm/libepplet/files/patch-Makefile.in
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- Makefile.in.orig Thu Nov 6 07:09:39 2003
|
||||
+++ Makefile.in Mon Dec 8 02:20:28 2003
|
||||
@@ -107,7 +107,7 @@
|
||||
|
||||
AUTOMAKE_OPTIONS = foreign
|
||||
|
||||
-SUBDIRS = api epplets debian
|
||||
+SUBDIRS = api debian
|
||||
|
||||
EXTRA_DIST = autogen.sh epplets.spec
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
10
x11-wm/libepplet/files/patch-api::epplet.h.in
Normal file
10
x11-wm/libepplet/files/patch-api::epplet.h.in
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- api/epplet.h.in.orig Fri Jun 30 08:54:24 2000
|
||||
+++ api/epplet.h.in Mon Dec 8 23:43:09 2003
|
||||
@@ -28,7 +28,6 @@
|
||||
|
||||
/* preliminary OpenGL Checking */
|
||||
#ifdef HAVE_LIBGL
|
||||
-#include <GL/glut.h>
|
||||
#include <GL/glx.h>
|
||||
#endif
|
||||
|
10
x11-wm/libepplet/files/patch-configure
Normal file
10
x11-wm/libepplet/files/patch-configure
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- configure.orig Tue Aug 26 12:12:44 2003
|
||||
+++ configure Mon Dec 8 02:20:46 2003
|
||||
@@ -5414,6 +5414,7 @@
|
||||
|
||||
# This can be used to rebuild libtool when needed
|
||||
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
|
||||
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
|
||||
|
||||
# Always use our own libtool.
|
||||
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
Loading…
Add table
Reference in a new issue