summaryrefslogtreecommitdiff
path: root/devel/swig11/Makefile
blob: e7747170cc6aa44d673927ddf4e57c782c932328 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# New ports collection makefile for:    SWIG
# Version required:     1.0b3p1
# Date created:         19 April 1996
# Whom:                 jkh
#
# $Id: Makefile,v 1.2 1996/04/23 07:47:40 asami Exp $
#

DISTNAME=	swig1.0
PKGNAME=	swig-1.0
CATEGORIES+=	devel
MASTER_SITES=	ftp://ftp.cs.utah.edu/pub/beazley/SWIG/

GNU_CONFIGURE=	yes
MAINTAINER=	erich@FreeBSD.org

WRKSRC=		${WRKDIR}/SWIG1.0

.include <bsd.port.mk>