blob: 85431a4a41453f195ff5f299c3e214a37741f7db (
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
28
29
|
# New ports collection makefile for: gforth
# Date created: 12 October 2000
# Whom: Cyrille Lefevre <clefevre@citeweb.net>
#
# $FreeBSD$
#
PORTNAME= gforth
PORTVERSION= 0.5.0
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= gforth
MAINTAINER= clefevre@citeweb.net
CFLAGS= #none
STRIP= #none
GNU_CONFIGURE= yes
MAN1= gforth.1
post-install:
@install-info ${PREFIX}/info/gforth.info ${PREFIX}/info/dir
.if !exists(${PREFIX}/share/emacs/site-lisp/gforth.el)
@${INSTALL_DATA} ${WRKSRC}/gforth.el ${PREFIX}/share/emacs/site-lisp
.endif
.include <bsd.port.mk>
|