freebsd-ports/devel/hp48cc/Makefile
Ying-Chieh Liao d71b137e0b add hp48cc
C-like compiler that translates input code to the HP48 RPN language

PR:		29642
Submitted by:	Patrick Li <pat@databits.net>
2001-08-29 12:34:54 +00:00

28 lines
554 B
Makefile

# 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
CATEGORIES= devel lang
MASTER_SITES= http://www.sigala.it/sandro/files/
MAINTAINER= pat@databits.net
USE_BISON= yes
GNU_CONFIGURE= yes
MAN1= ${PORTNAME}.1
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/examples/${PORTNAME}
@${INSTALL_DATA} ${WRKSRC}/examples/* \
${PREFIX}/share/examples/${PORTNAME}
.endif #NOPORTDOCS
.include <bsd.port.mk>