aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/poudriere/Makefile
blob: 8115cd5283493f1b60e8437c715ea96f062a2afc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# $FreeBSD$

PORTNAME=	poudriere
PORTVERSION=	3.0.16
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>