diff options
-rw-r--r-- | editors/biew/Makefile | 24 | ||||
-rw-r--r-- | editors/biew/distinfo | 4 | ||||
-rw-r--r-- | editors/biew/pkg-plist | 7 |
3 files changed, 19 insertions, 16 deletions
diff --git a/editors/biew/Makefile b/editors/biew/Makefile index 9fb80c1..8a31b48 100644 --- a/editors/biew/Makefile +++ b/editors/biew/Makefile @@ -6,26 +6,33 @@ # PORTNAME= biew -PORTVERSION= 5.6.0 +PORTVERSION= 5.6.2 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} +DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} MAINTAINER= ryan@sasknow.com - COMMENT= Binary vIEWer + editor for binary, hexadecimal and dis-asm modes +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.//g} + USE_BZIP2= yes USE_GMAKE= yes PORTDOCS= biew_en.txt biew_ru.txt develop.en develop.ru file_ini.en \ file_ini.ru licence.en licence.ru release.txt unix.txt -.include <bsd.port.pre.mk> +PLIST_FILES= bin/biew \ + share/biew/assembly.skn \ + share/biew/biew.hlp \ + share/biew/golded.skn \ + share/biew/insight.skn \ + share/biew/standard.skn \ -HOST_CFLAGS= ${CFLAGS} -DPREFIX="\'\"${PREFIX}\"\'" -MAKEFILE= makefile +PLIST_DIRS= share/biew + +.include <bsd.port.pre.mk> .if ${OSVERSION} < 400010 LIB_DEPENDS= ncurses.5:${PORTSDIR}/devel/ncurses @@ -33,11 +40,14 @@ HOST_CFLAGS+= -D__FreeBSD_version=${OSVERSION} -I${LOCALBASE}/include HOST_LD+= -L${LOCALBASE}/lib .endif +OST_CFLAGS= ${CFLAGS} -DPREFIX="\'\"${PREFIX}\"\'" +MAKEFILE= makefile + MAKE_ARGS+= HOST_CFLAGS="${HOST_CFLAGS}" CC="${CC}" LD="${CC}" \ TARGET_OS=unix TARGET_SCREEN_LIB=curses \ USE_MOUSE=y -.if ${MACHINE_ARCH} != "i386" +.if ${ARCH} != "i386" MAKE_ARGS+= TARGET_PLATFORM=generic .endif diff --git a/editors/biew/distinfo b/editors/biew/distinfo index a2c38a5..bdcd82a 100644 --- a/editors/biew/distinfo +++ b/editors/biew/distinfo @@ -1,2 +1,2 @@ -MD5 (biew-560.tar.bz2) = ecd5684e1c91deac21d1aa43d4e9da95 -SIZE (biew-560.tar.bz2) = 600582 +MD5 (biew562.tar.bz2) = 622fb1f02a6d921b273f0a39407f8e7d +SIZE (biew562.tar.bz2) = 594367 diff --git a/editors/biew/pkg-plist b/editors/biew/pkg-plist deleted file mode 100644 index c96c90f..0000000 --- a/editors/biew/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -bin/biew -share/biew/assembly.skn -share/biew/biew.hlp -share/biew/golded.skn -share/biew/insight.skn -share/biew/standard.skn -@dirrm share/biew |