1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/ports-mgmt/poudriere/Makefile
Bryan Drewery 7061e6867f - Update to 3.0.17
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
2014-08-01 23:51:29 +00:00

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>