freebsd-ports/converters/nomyso/Makefile
Mario Sergio Fujikawa Ferreira fbacc233e5 New port nomyso version 3.0: Convert MASM/TASM files to NASM
compatible sources
2005-12-22 19:17:36 +00:00

36 lines
762 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= 3.0
CATEGORIES= converters devel
MASTER_SITES= http://www.devoresoftware.com/nomyso/
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//}
MAINTAINER= lioux@FreeBSD.org
COMMENT= Convert MASM/TASM files to NASM compatible sources
USE_ZIP= yes
USE_REINPLACE= 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>