mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
643921bf8b
===> Building package for cim-2.10 Creating package /usr/ports/packages/All/cim-2.10.tgz Registering depends:. Creating gzip'd tar ball in '/usr/ports/packages/All/cim-2.10.tgz' tar: can't add file lib/libcim.so.1 : No such file or directory /usr/sbin/pkg_create: tar command failed with code 256
30 lines
640 B
Makefile
30 lines
640 B
Makefile
# New ports collection makefile for: cim
|
|
# Version required: 2.10
|
|
# Date created: 21 Sept 1996
|
|
# Whom: giffunip
|
|
#
|
|
# $Id: Makefile,v 1.6 1998/05/03 20:42:14 steve Exp $
|
|
#
|
|
|
|
DISTNAME= cim-2.10
|
|
CATEGORIES= lang
|
|
MASTER_SITES= ftp://ftp.ifi.uio.no/pub/cim/ \
|
|
ftp://ftp.fenk.wau.nl/pub/lang/simula/compilers/cim/ \
|
|
${MASTER_SITE_SUNSITE}
|
|
MASTER_SITE_SUBDIR= devel/lang/simula
|
|
|
|
MAINTAINER= ports@FreeBSD.ORG
|
|
|
|
|
|
BROKEN_ELF= bad library version number
|
|
|
|
GNU_CONFIGURE= yes
|
|
MAN1= cim.1
|
|
|
|
pre-install:
|
|
if [ ! -f ${PREFIX}/info/dir ]; then \
|
|
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
|
|
fi
|
|
|
|
.include <bsd.port.mk>
|