freebsd-ports/converters/nomyso/Makefile

36 lines
743 B
Makefile
Raw Normal View History

# 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/.//}
2006-12-10 17:33:25 +01:00
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>