summaryrefslogtreecommitdiffstats
path: root/x11/3ddesktop/Makefile
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2005-07-04 13:58:51 +0000
committerarved <arved@FreeBSD.org>2005-07-04 13:58:51 +0000
commit01b2ab2253216243bd11eb6163428bafc850ef4f (patch)
tree8fe4e36e3dcc89eea33c1688130264ce9c38cb41 /x11/3ddesktop/Makefile
parent7933a047800e517fe60a8e5e0688b028f89ab825 (diff)
downloadFreeBSD-ports-01b2ab2253216243bd11eb6163428bafc850ef4f.zip
FreeBSD-ports-01b2ab2253216243bd11eb6163428bafc850ef4f.tar.gz
Update to 0.2.9
PR: 82945 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'x11/3ddesktop/Makefile')
-rw-r--r--x11/3ddesktop/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/x11/3ddesktop/Makefile b/x11/3ddesktop/Makefile
index 1eedc75..6252e86 100644
--- a/x11/3ddesktop/Makefile
+++ b/x11/3ddesktop/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= 3ddesktop
-PORTVERSION= 0.2.8
-PORTREVISION= 1
+PORTVERSION= 0.2.9
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= desk3d
@@ -18,7 +17,6 @@ COMMENT= 3D Virtual Desktop Switcher
LIB_DEPENDS= glut.3:${PORTSDIR}/graphics/libglut \
Imlib2.3:${PORTSDIR}/graphics/imlib2
-USE_AUTOCONF_VER= 259
USE_GL= yes
USE_GETOPT_LONG= yes
USE_REINPLACE= yes
@@ -26,6 +24,7 @@ GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
+MAN1= 3ddesk.1 3ddeskd.1
PORTDOCS= README README.windowmanagers
PLIST_FILES= bin/3ddesk bin/3ddeskd etc/3ddesktop.conf \
%%DATADIR%%/digits.bmp
@@ -35,7 +34,12 @@ CPPFLAGS= -I${LOCALBASE}/include -DHAVE_DECL_GETOPT ${PTHREAD_CFLAGS}
LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
post-patch:
- @${REINPLACE_CMD} -e 's|-O3||g' ${WRKSRC}/Makefile.in
+ @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
+ 's|-O3||g ; \
+ s|@ACLOCAL@|${TRUE}|g ; \
+ s|@AUTOCONF@|${TRUE}|g ; \
+ s|@AUTOHEADER@|${TRUE}|g ; \
+ s|@AUTOMAKE@|${TRUE}|g'
post-install:
.if !defined(NOPORTDOCS)
OpenPOWER on IntegriCloud