5d6782e8fe
seeing this one, trying to fetch it, failing miserable. ~/ Adjust the group statements to fix fetching. Port is not available on the Sunsite servers anymore. This (old) version is not available on the new website, but just leave it in for later upgrade possibilities. /~ 21 months of failed fetching is such a long time ~/
28 lines
665 B
Makefile
28 lines
665 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: hexedit
|
|
# Date created: 5 August 1998
|
|
# Whom: Andrey Zakhvatov
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= hexedit
|
|
PORTVERSION= 1.2.1
|
|
CATEGORIES= editors
|
|
MASTER_SITES= http://merd.net/pixel/ \
|
|
${MASTER_SITE_LOCAL:S/$/:local/}
|
|
MASTER_SITE_SUBDIR= obrien/:local
|
|
DISTFILES= ${DISTNAME}.src.tgz:DEFAULT,local
|
|
|
|
MAINTAINER= obrien@FreeBSD.org
|
|
COMMENT= View and edit files in hexadecimal or ASCII
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME:S/-${PORTVERSION}//}
|
|
GNU_CONFIGURE= yes
|
|
MAN1= hexedit.1
|
|
|
|
do-install:
|
|
@ ${INSTALL_PROGRAM} ${WRKSRC}/hexedit ${PREFIX}/bin
|
|
@ ${INSTALL_MAN} ${WRKSRC}/hexedit.1 ${PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|