freebsd-ports/editors/hexedit/Makefile

29 lines
665 B
Makefile
Raw Normal View History

# ex:ts=8
# New ports collection makefile for: hexedit
# Date created: 5 August 1998
# Whom: Andrey Zakhvatov
#
1999-08-25 07:57:29 +02:00
# $FreeBSD$
#
2001-06-24 22:56:38 +02:00
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
2001-06-24 22:56:38 +02:00
MAINTAINER= obrien@FreeBSD.org
COMMENT= View and edit files in hexadecimal or ASCII
2001-06-24 22:56:38 +02:00
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>