mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
7061e6867f
Changes: * Workaround regression with pkg-1.3 causing all packages to have new options. * distclean: Fix some false-positives * Fix dead link in poudriere.conf
27 lines
668 B
Makefile
27 lines
668 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= poudriere
|
|
PORTVERSION= 3.0.17
|
|
CATEGORIES= ports-mgmt
|
|
MASTER_SITES= http://fossil.etoilebsd.net/poudriere/tarball/ \
|
|
LOCAL/bdrewery/${PORTNAME}/
|
|
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}?uuid=${PORTVERSION}
|
|
|
|
MAINTAINER= bdrewery@FreeBSD.org
|
|
COMMENT= Port build and test system
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
OPTIONS_DEFINE= ZSH
|
|
OPTIONS_SUB= yes
|
|
|
|
CONFLICTS_INSTALL= poudriere-devel
|
|
|
|
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 <bsd.port.mk>
|