summaryrefslogtreecommitdiffstats
path: root/editors/hexer/Makefile
blob: 9c378b5073f852af296bec26bd99c22aad15aa34 (plain)
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
29
30
31
# $FreeBSD$

PORTNAME=	hexer
PORTVERSION=	1.0.3
CATEGORIES=	editors
MASTER_SITES=	http://devel.ringlet.net/files/editors/hexer/ \
		LOCAL/ehaupt

MAINTAINER=	anastasios@mageirias.com
COMMENT=	Multi buffer editor for binary files

LICENSE=	DEMETRIO
LICENSE_NAME=	Sascha Demetrio Custom License
LICENSE_FILE=	${WRKSRC}/COPYRIGHT
LICENSE_PERMS=	dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept

OPTIONS_DEFINE=	MYC
MYC_DESC=	Builtin calculator
OPTIONS_SUB=	yes
OPTIONS_DEFAULT=MYC

ALL_TARGET=	all
MYC_ALL_TARGET=	myc

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

post-install-MYC-on:
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/myc

.include <bsd.port.mk>
OpenPOWER on IntegriCloud