diff options
author | krion <krion@FreeBSD.org> | 2004-03-29 00:33:38 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-03-29 00:33:38 +0800 |
commit | fee51036646b1eb081f08182fa42a06612b030a1 (patch) | |
tree | a89fb8d80282c9c3d8861af9bedaa297fd8b114d /devel/kyra | |
parent | 1106a58c44c1313e53c4b033ae369253bef3e5f3 (diff) | |
download | freebsd-ports-gnome-fee51036646b1eb081f08182fa42a06612b030a1.tar.gz freebsd-ports-gnome-fee51036646b1eb081f08182fa42a06612b030a1.tar.zst freebsd-ports-gnome-fee51036646b1eb081f08182fa42a06612b030a1.zip |
- Fix COMMENT format
- Reaarange USE_GNONE
PR: ports/64855
Submitted by: Ports Fury
Diffstat (limited to 'devel/kyra')
-rw-r--r-- | devel/kyra/Makefile | 11 | ||||
-rw-r--r-- | devel/kyra/files/patch-ltmain.sh | 15 |
2 files changed, 5 insertions, 21 deletions
diff --git a/devel/kyra/Makefile b/devel/kyra/Makefile index 226639666120..4098e15e030e 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 647017adaf0d..000000000000 --- 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" |