2006-09-04 21:06:12 +00:00
|
|
|
# New ports collection makefile for: hp48cc
|
|
|
|
# Date created: Sun Aug 12 04:33:37 EDT 2001
|
|
|
|
# Whom: Patrick Li <pat@databits.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= hp48cc
|
|
|
|
PORTVERSION= 1.3
|
2007-10-17 10:13:01 +00:00
|
|
|
PORTREVISION= 2
|
2006-09-04 21:06:12 +00:00
|
|
|
CATEGORIES= devel lang
|
|
|
|
MASTER_SITES= http://www.sigala.it/sandro/files/
|
|
|
|
|
|
|
|
MAINTAINER= danfe@FreeBSD.org
|
|
|
|
COMMENT= C-like compiler that translates input code to the HP48 RPN language
|
|
|
|
|
2007-10-17 10:13:01 +00:00
|
|
|
USE_BISON= build
|
2006-09-04 21:06:12 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}"
|
|
|
|
|
|
|
|
MAN1= ${PORTNAME}.1
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${EXAMPLESDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR}
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|