Allow building without /usr/bin/perl symlink
PR: ports/195494
This commit is contained in:
parent
44432d01cb
commit
7eaeea789e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=373615
@ -22,7 +22,8 @@ RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils
|
||||
OPTIONS_DEFINE= DEBUG
|
||||
OPTIONS_DEFINE_i386= SSE
|
||||
|
||||
USES= tar:bzip2 desktop-file-utils gmake gettext pathfix pkgconfig shared-mime-info libtool
|
||||
USES= desktop-file-utils gettext gmake libtool pathfix pkgconfig shared-mime-info shebangfix tar:bzip2
|
||||
SHEBANG_FILES= autotools/intltool-merge
|
||||
USE_GCC= yes
|
||||
USE_GNOME= gnomehier libgnomecanvas
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -18,7 +18,8 @@ LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
|
||||
libnotify.so:${PORTSDIR}/devel/libnotify
|
||||
BUILD_DEPENDS= valac:${PORTSDIR}/lang/vala
|
||||
|
||||
USES= cmake pkgconfig gettext tar:xz
|
||||
USES= cmake gettext pkgconfig shebangfix tar:xz
|
||||
SHEBANG_FILES= cmake/intltool-merge.pl
|
||||
GLIB_SCHEMAS= net.launchpad.steadyflow.gschema.xml
|
||||
USE_GNOME= glib20 gtk30 intltool
|
||||
INSTALLS_ICONS= yes
|
||||
|
@ -13,8 +13,9 @@ COMMENT= Adaptive Communication Environment for C++
|
||||
|
||||
WRKSRC= ${WRKDIR}/ACE_wrappers
|
||||
|
||||
USES= gmake perl5 pkgconfig tar:bzip2
|
||||
USES= gmake perl5 pkgconfig shebangfix tar:bzip2
|
||||
USE_PERL5= build
|
||||
SHEBANG_FILES= bin/*.pl MPC/*.pl
|
||||
MAKE_ENV= LD_LIBRARY_PATH="${WRKSRC}/lib" ACE_ROOT="${WRKSRC}" \
|
||||
CROSS-COMPILE=1
|
||||
MAKEFILE= GNUmakefile
|
||||
|
@ -14,8 +14,9 @@ LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKDIR}/stone_soup-${PORTVERSION}/licence.txt
|
||||
|
||||
USE_SQLITE= yes
|
||||
USES= bison compiler gmake perl5 pkgconfig tar:xz lua:51
|
||||
USES= bison compiler gmake lua:51 perl5 pkgconfig shebangfix tar:xz
|
||||
USE_PERL5= build
|
||||
SHEBANG_FILES= util/gen-mi-enum
|
||||
|
||||
SAVEDIR= \~/.stonesoup
|
||||
WRKSRC= ${WRKDIR}/stone_soup-${PORTVERSION}/source/
|
||||
|
@ -26,7 +26,8 @@ DATADIR= ${PREFIX}/share/games/xboard
|
||||
DOCSDIR= ${PREFIX}/share/doc/xboard
|
||||
XBOARDCONF= ${WRKSRC}/xboard.conf.in
|
||||
|
||||
USES+= gmake
|
||||
USES= gmake shebangfix
|
||||
SHEBANG_FILES= texi2man
|
||||
USE_AUTOTOOLS= automake aclocal
|
||||
|
||||
INSTALL_TARGET= install-strip
|
||||
|
@ -13,10 +13,11 @@ COMMENT= WAD file editor, for games like Doom and Hexen
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USES= gmake perl5
|
||||
USES= gmake perl5 shebangfix
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CC="${CC}" CXX="${CXX}" PREFIX="${PREFIX}"
|
||||
USE_PERL5= build
|
||||
SHEBANG_FILES= scripts/copyright scripts/youngest
|
||||
USE_XORG= x11
|
||||
MAKEFILE= GNUmakefile
|
||||
SUB_FILES= pkg-message
|
||||
|
@ -11,7 +11,6 @@ man/man6/yadex.6.gz
|
||||
%%DATADIR%%/hexen.ygd
|
||||
%%DATADIR%%/strife.ygd
|
||||
%%DATADIR%%/strife10.ygd
|
||||
@dirrm %%DATADIR%%
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/002f2f.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/E1.png
|
||||
@ -54,4 +53,3 @@ man/man6/yadex.6.gz
|
||||
%%PORTDOCS%%%%DOCSDIR%%/wad_specs.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/yadex1.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ygd.html
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
|
@ -12,9 +12,10 @@ DISTNAME= ${PORTNAME}_${PORTVERSION:S/.p/pre/}
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Multibody Dynamic Simulation Library
|
||||
|
||||
USES= gmake perl5 tar:bzip2
|
||||
USES= gmake perl5 shebangfix tar:bzip2
|
||||
USE_GL= glut
|
||||
USE_PERL5= build
|
||||
SHEBANG_FILES= make/*.pl
|
||||
MAKE_ENV= OPENGLINCDIR="${LOCALBASE}/include" \
|
||||
OPENGLLIBDIR="${LOCALBASE}/lib"
|
||||
ALL_TARGET= freebsd
|
||||
|
@ -11,8 +11,9 @@ COMMENT= Lambda calculus interpreter
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USES= perl5 readline
|
||||
USES= perl5 readline shebangfix
|
||||
USE_PERL5= build
|
||||
SHEBANG_FILES= docs/trans_xml_for_cat.pl
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
Loading…
Reference in New Issue
Block a user