aboutsummaryrefslogtreecommitdiff
path: root/sysutils/xe/Makefile
blob: ea743a5fa3b1d602cc565632f419ed3a9a58e9b6 (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
27
28
PORTNAME=	xe
DISTVERSIONPREFIX=	v
DISTVERSION=	1.0
CATEGORIES=	sysutils

MAINTAINER=	eduardo@FreeBSD.org
COMMENT=	Simple xargs and apply replacement
WWW=		https://github.com/leahneukirchen/xe/

LICENSE=	CC0-1.0

USES=		perl5
USE_GITHUB=	yes
GH_ACCOUNT=	leahneukirchen
USE_PERL5=	test

MAKE_ARGS=	CFLAGS="${CFLAGS}" \
		PREFIX="${PREFIX}"
TEST_TARGET=	check

PLIST_FILES=	bin/xe \
		share/man/man1/xe.1.gz \
		share/zsh/site-functions/_xe

post-install:
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/xe

.include <bsd.port.mk>