summaryrefslogblamecommitdiff
path: root/lang/gcl/Makefile
blob: cb71d3ad5254d8a4be43e237ee96d549e920ff7f (plain) (tree)
1
2
3
4
5
6
7
8
9
                                           
                             


                                                 
           

 
                         
                    

                                                  
                           
 
                                  
 

                   
                        





                                                                 

                                                                   
                      
# New ports collection makefile for:    gcl
# Version required:     2.2.2
# Date created:         Wed Feb  8 01:49:11  1995
# Whom:                 hsu
#
# $FreeBSD$
#

DISTNAME=       gcl-2.2.2
CATEGORIES=	lang
MASTER_SITES=   ftp://ftp.ma.utexas.edu/pub/gcl/ \
		${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR=	gcl

MAINTAINER=	jseger@freebsd.org

BROKEN_ELF=	yes

MAKEFILE=	makefile

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.mk>