summaryrefslogtreecommitdiff
path: root/devel/hp48cc/Makefile
blob: 8a9263429ebbf1110851ed997bccbcb8be43a634 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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

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>