mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
ffb21b5654
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
20 lines
308 B
Makefile
20 lines
308 B
Makefile
# 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
|
|
INSTALLS_SHLIB= yes
|
|
MAN1= cim.1
|
|
|
|
.include <bsd.port.mk>
|