freebsd-ports/converters/nomyso/Makefile
Tilman Keskinoz 8cd572490c Update to 4.3
PR:		149029
Submitted by:	Frederic Culot <frederic@culot.org>
2010-07-28 13:14:36 +00:00

36 lines
743 B
Makefile

# New ports collection makefile for: nomyso
# Date created: Thu Dec 22 18:29:59 UTC 2005
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= nomyso
PORTVERSION= 4.3
CATEGORIES= converters devel
MASTER_SITES= http://www.devoresoftware.com/nomyso/
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//}
MAINTAINER= ports@FreeBSD.org
COMMENT= Convert MASM/TASM files to NASM compatible sources
USE_ZIP= yes
USE_PERL5_RUN= yes
NO_WRKSUBDIR= yes
NO_BUILD= yes
PLIST_FILES= bin/${PORTNAME}.pl
post-patch:
@${REINPLACE_CMD} -E \
-e 's|[[:cntrl:]]$$||' \
-e 's|/usr/bin/perl|${PERL}|' \
${WRKSRC}/${PORTNAME}.pl
do-install:
@${INSTALL_SCRIPT} \
${WRKSRC}/${PORTNAME}.pl \
${PREFIX}/bin
.include <bsd.port.mk>