summaryrefslogtreecommitdiffstats
path: root/devel/kyra
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-03-28 16:33:38 +0000
committerkrion <krion@FreeBSD.org>2004-03-28 16:33:38 +0000
commitfee51036646b1eb081f08182fa42a06612b030a1 (patch)
treea89fb8d80282c9c3d8861af9bedaa297fd8b114d /devel/kyra
parent1106a58c44c1313e53c4b033ae369253bef3e5f3 (diff)
downloadFreeBSD-ports-fee51036646b1eb081f08182fa42a06612b030a1.zip
FreeBSD-ports-fee51036646b1eb081f08182fa42a06612b030a1.tar.gz
- Fix COMMENT format
- Reaarange USE_GNONE PR: ports/64855 Submitted by: Ports Fury
Diffstat (limited to 'devel/kyra')
-rw-r--r--devel/kyra/Makefile11
-rw-r--r--devel/kyra/files/patch-ltmain.sh15
2 files changed, 5 insertions, 21 deletions
diff --git a/devel/kyra/Makefile b/devel/kyra/Makefile
index 2266396..4098e15 100644
--- a/devel/kyra/Makefile
+++ b/devel/kyra/Makefile
@@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME}_src_${PORTVERSION:S/./_/g}
MAINTAINER= ports@FreeBSD.org
-COMMENT= Kyra is a simple Sprite engine written in C++
+COMMENT= A simple Sprite engine written in C++
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
tiff.4:${PORTSDIR}/graphics/tiff \
@@ -22,12 +22,11 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
WRKSRC= ${WRKDIR}/${PORTNAME}
-USE_LIBTOOL_VER= 13
USE_SDL= image sdl
-GNU_CONFIGURE= yes
+USE_GNOME= gnometarget lthack
+USE_LIBTOOL_VER= 13
+CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \
+ LDFLAGS="-L${X11BASE}/lib"
INSTALLS_SHLIB= yes
-CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include"
-CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
-
.include <bsd.port.mk>
diff --git a/devel/kyra/files/patch-ltmain.sh b/devel/kyra/files/patch-ltmain.sh
deleted file mode 100644
index 647017a..0000000
--- a/devel/kyra/files/patch-ltmain.sh
+++ /dev/null
@@ -1,15 +0,0 @@
---- ltmain.sh.orig Thu Oct 9 11:44:49 2003
-+++ ltmain.sh Thu Oct 9 11:45:05 2003
-@@ -4210,10 +4210,12 @@
- fi
-
- # Install the pseudo-library for information purposes.
-+ if /usr/bin/false ; then
- name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
- instname="$dir/$name"i
- $show "$install_prog $instname $destdir/$name"
- $run eval "$install_prog $instname $destdir/$name" || exit $?
-+ fi
-
- # Maybe install the static library, too.
- test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
OpenPOWER on IntegriCloud