1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/devel/mico/Makefile
Marc G. Fournier 95320454e7 This should allow mico to compile, using MICO's personal 'mini-stl' and
with the standard gcc that comes with FreeBSD 3.0 (gcc 2.7.2.1) ... this
is not usable for compiling either corba or koffice, which is still being
worked on...

Please report any bugs on this to me, as I'm trying to work with the
MICO guys as far as getting FreeBSD recognized as an "official port" instead
of their current web page, which reports "somehow it works under FreeBSD"...
1998-11-07 04:25:48 +00:00

39 lines
833 B
Makefile

# New ports collection makefile for: mico-latest
# Version required: 2.2.1
# Date created: 11 July 1998
# Whom: Marc G. Fournier <scrappy@freebsd.org>
#
# $Id: Makefile,v 1.13 1998/11/05 03:13:23 scrappy Exp $
#
DISTNAME= mico-2.2.1
CATEGORIES= devel
MASTER_SITES= http://diamant-atm.vsb.cs.uni-frankfurt.de/~mico/
MAINTAINER= scrappy@freebsd.org
LIB_DEPENDS= gtk.1:${PORTSDIR}/x11-toolkits/gtk \
tcl80.1:${PORTSDIR}/lang/tcl80
#BUILD_DEPENDS= eg++:${PORTSDIR}/devel/egcs
#CC= egcc
#CXX= eg++
USE_QT= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
WRKSRC= ${WRKDIR}/mico
CONFIGURE_ARGS= --with-qt --with-gtk --with-tcl \
--disable-optimize --disable-shared
MAN1= idl.1 imr.1 nsadmin.1
MAN5= micorc.5
MAN8= ird.8 micod.8 nsd.8
post-install:
${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>