blob: c140f898805d9e3ac994fc129d37f699eb1b65c4 (
plain)
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
30
31
32
33
34
35
36
37
|
# New ports collection makefile for: gcl
# Date created: Feb 8 1995
# Whom: hsu
#
# $FreeBSD$
#
PORTNAME= gcl
PORTVERSION= 2.3
CATEGORIES= lang tk82
MASTER_SITES= ftp://ftp.ma.utexas.edu/pub/gcl/
EXTRACT_SUFX= .tgz
MAINTAINER= jseger@FreeBSD.org
LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 400011
BROKEN= "GCL isn't compatible with the new signals."
.endif
MAKEFILE= makefile
GNU_CONFIGURE= yes
PLIST_SUB= GCL_VER=2.3
pre-build:
${RM} -rf ${WRKSRC}/info/gcl-si.info*
post-install:
${INSTALL_DATA} ${WRKSRC}/info/gcl-si.info ${PREFIX}/info
@install-info ${PREFIX}/info/gcl-si.info ${PREFIX}/info/dir
.include <bsd.port.post.mk>
|