1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/devel/pedisassem/Makefile
Mario Sergio Fujikawa Ferreira f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00

33 lines
688 B
Makefile

# New ports collection makefile for: pedisassem
# Date created: 24 January 2001
# Whom: Jun-ichiro itojun Hagino <itojun@netbsd.org>
#
# $FreeBSD$
#
PORTNAME= pedisassem
PORTVERSION= 0.23
CATEGORIES= devel
MASTER_SITES= http://www.geocities.com/SiliconValley/Foothills/4078/
DISTNAME= dsasmsrc
MAINTAINER= ports@FreeBSD.org
NO_WRKSUBDIR= yes
USE_ZIP= yes
USE_REINPLACE= yes
MAKEFILE= ${FILESDIR}/Makefile
post-patch:
@${REINPLACE_CMD} -e "s|`/usr/bin/printf '\r'`|| ; s|malloc\.h|stdlib.h|" \
${WRKSRC}/*.[ch] ${WRKSRC}/readme.txt
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/readme.txt ${DOCSDIR}
.endif
.include <bsd.port.mk>