# $FreeBSD: head/ports-mgmt/poudriere/Makefile 413612 2016-04-18 21:20:28Z bdrewery $ PORTNAME= poudriere DISTVERSION= 3.0.20 PORTREVISION= 1 CATEGORIES= ports-mgmt MASTER_SITES= http://flashback.sorbs.net/packages/${PORTNAME}/ MAINTAINER= michelle@sorbs.net COMMENT= Port build and test system LICENSE= BSD2CLAUSE CONFLICTS_INSTALL= poudriere-devel-[0-9]* ETCDIR= ${PREFIX}/etc/poudriere.d OPTIONS_DEFINE= ZSH QEMU OPTIONS_DEFAULT=ZSH OPTIONS_SUB= yes QEMU_DESC= Add qemu-user-static to compile ports for non-x86 architectures QEMU_RUN_DEPENDS= qemu-user-static>0:emulators/qemu-user-static post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/poudriere/* @${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions/ @${INSTALL_DATA} ${WRKSRC}/zsh-completions \ ${STAGEDIR}${PREFIX}/share/zsh/site-functions/_poudriere .include