blob: 0e3ff5811936a469c521469d4f5c22bfb2e7677a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# New ports collection makefile for: cim
# Date created: 21 Sept 1996
# Whom: giffunip
#
# $FreeBSD$
#
PORTNAME= cim
PORTVERSION= 3.33
CATEGORIES= lang
MASTER_SITES= ftp://ftp.ifi.uio.no/pub/cim/
MAINTAINER= ports@FreeBSD.org
USE_LIBTOOL= yes
MAN1= cim.1
.include <bsd.port.mk>
|