diff options
author | sem <sem@FreeBSD.org> | 2005-01-09 06:40:29 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-01-09 06:40:29 +0800 |
commit | e4ea729a0821b6a26723288636cf7d38a1bfd411 (patch) | |
tree | a76f0aaf78fd54638eacf788d67879f3ce2e25d9 | |
parent | e681b0fb1063902f4e097ccf46aca6cf2b71a6dc (diff) | |
download | freebsd-ports-gnome-e4ea729a0821b6a26723288636cf7d38a1bfd411.tar.gz freebsd-ports-gnome-e4ea729a0821b6a26723288636cf7d38a1bfd411.tar.zst freebsd-ports-gnome-e4ea729a0821b6a26723288636cf7d38a1bfd411.zip |
* Update to latest, 5.6.2
* Co-operate a little better with portlint
* Take advantage of PLIST_* make vars
PR: ports/75772
Submitted by: maintainer
-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 9fb80c109687..8a31b48be1b9 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 a2c38a51359d..bdcd82ab783d 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 c96c90ff3977..000000000000 --- 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 |