1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/converters/nomyso/Makefile
Wen Heping 7ba877162a - Update to 4.0
PR:		ports/139890
Submitted by:	Sylvio Cesar <scjamorim@bsd.com.br>
Approved by:	mentors(implicit)
2009-10-24 23:45:06 +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.0
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>