Update editors/libreoffice-is to version 5.0.3
[dports.git] / editors / hexedit / Makefile
1 # Created by: Andrey Zakhvatov
2 # $FreeBSD$
3
4 PORTNAME=       hexedit
5 PORTVERSION=    1.2.13
6 DISTVERSIONSUFFIX=      .src
7 CATEGORIES=     editors
8 MASTER_SITES=   http://rigaux.org/ \
9                 LOCAL/sunpoet
10
11 MAINTAINER=     sunpoet@FreeBSD.org
12 COMMENT=        View and edit files in hexadecimal or ASCII
13
14 LICENSE=        GPLv2
15
16 GNU_CONFIGURE=  yes
17 USES=           tar:tgz
18 WRKSRC=         ${WRKDIR}/${PORTNAME}
19
20 PLIST_FILES=    bin/hexedit man/man1/hexedit.1.gz
21
22 do-install:
23         ${INSTALL_PROGRAM} ${WRKSRC}/hexedit ${STAGEDIR}${PREFIX}/bin/
24         ${INSTALL_MAN} ${WRKSRC}/hexedit.1 ${STAGEDIR}${PREFIX}/man/man1/
25
26 .include <bsd.port.mk>