mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
7e52725f2a
Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
29 lines
630 B
Makefile
29 lines
630 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@FreeBSD.org
|
|
COMMENT= C-like compiler that translates input code to the HP48 RPN language
|
|
|
|
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>
|