Merge branch 'staged'
[dports.git] / editors / uzap / Makefile
1 PORTNAME=       uzap
2 PORTVERSION=    1.0
3 CATEGORIES=     editors
4 MASTER_SITES=   LOCAL/joerg
5 DISTNAME=       ${PORTNAME}
6
7 MAINTAINER=     joerg@FreeBSD.org
8 COMMENT=        Visual binary file editor
9
10 # Has been posted to alt.sources in 1989
11 # http://www.megalextoria.com/usenet-archive/news097f1/b120/alt/sources/00000521.html
12 # Converted from NO_CDROM
13 LICENSE=        uzap
14 LICENSE_NAME=   uzap
15 LICENSE_TEXT=   This software may not be used to make a profit in any way.
16 LICENSE_PERMS=  dist-mirror pkg-mirror auto-accept
17
18 USES=           ncurses
19
20 NO_WRKSUBDIR=   yes
21
22 PLIST_FILES=    bin/uzap man/man1/uzap.1.gz
23
24 .include <bsd.port.options.mk>
25
26 .if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 ))
27 CFLAGS+=        -Wno-error=incompatible-function-pointer-types
28 .endif
29
30 .include <bsd.port.mk>