diff --git a/misc/freebsd-release-test/Makefile b/misc/freebsd-release-test/Makefile new file mode 100644 --- /dev/null +++ b/misc/freebsd-release-test/Makefile @@ -0,0 +1,34 @@ +PORTNAME= freebsd-release-test +DISTVERSION= n/a +CATEGORIES= misc +DISTFILES= + +COMMENT= Test port that simulates building outside of Poudriere + +LICENSE= BSD3CLAUSE + +MY_DEPENDS= emulators/qemu-user-static \ + devel/git + +NO_BUILD= yes +NO_INSTALL= yes +DESCR= ${PORTSDIR}/README + +MY_MAKE_CONF= ${WRKDIR}/make.conf +GITUNSETOPTS= CONTRIB CURL CVS GITWEB GUI HTMLDOCS \ + ICONV NLS P4 PERL \ + SEND_EMAIL SUBTREE SVN \ + PCRE PCRE2 + +do-test: + ${CP} ${__MAKE_CONF} ${MY_MAKE_CONF} + ${REINPLACE_CMD} -e '/USE_PACKAGE_DEPENDS_ONLY/d' -e '/USE_PACKAGE_DEPENDS/d' \ + ${MY_MAKE_CONF} +.for dep in ${MY_DEPENDS} + ${SETENV} -u STRICT_DEPENDS ${MAKE} -C ${PORTSDIR}/${dep} \ + __MAKE_CONF=${MY_MAKE_CONF} OPTIONS_UNSET="${GITUNSETOPTS}" \ + BATCH=1 \ + all install clean +.endfor + +.include