blob: f64739761ca31740d5e2c5dad60dac67b6a28f6c (
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
|
PORTNAME= hexer
PORTVERSION= 1.0.3
PORTREVISION= 1
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>
|