freebsd-ports/lang/sxm/Makefile
Ying-Chieh Liao 2f1e7a4789 Replace ${PERL} with ${REINPLACE_CMD}
PR:		39605
Submitted by:	Oliver Braun <obraun@informatik.unibw-muenchen.de>
2002-06-21 16:20:23 +00:00

26 lines
473 B
Makefile

# ex:ts=8
# New ports collection makefile for: sxm
# Date created: Jan 8, 2001
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= sxm
PORTVERSION= 1.1
CATEGORIES= lang
MASTER_SITES= http://www.malgil.com/sxm/
MAINTAINER= ports@FreeBSD.org
USE_REINPLACE= yes
USE_GMAKE= yes
ALL_TARGET= all image Formlist
MAN1= sxm.1 sxi.1
post-patch:
@${REINPLACE_CMD} -e "s|/usr/local|${PREFIX}|g ; \
s,^CC,#CC,g" ${WRKSRC}/Makefile
.include <bsd.port.mk>