freebsd-ports/devel/mico/Makefile
Marc G. Fournier 7b30ef7665 It builds fine here...the only thing I can think of is that I failed to
add the dependency for glibstdc++28 (shouldn't the gcc28 port automatically
install this?) ...

Please try and let me know if this fixes the build problem...
1998-11-13 13:14:07 +00:00

40 lines
946 B
Makefile

# New ports collection makefile for: mico
# Version required: 2.2.3
# Date created: 11 July 1998
# Whom: Marc G. Fournier <scrappy@freebsd.org>
#
# $Id: Makefile,v 1.19 1998/11/13 12:38:32 asami Exp $
#
DISTNAME= mico-2.2.3
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 \
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd${OSREL}/2.8.1/libstdc++.a:${PORTSDIR}/lang/glibstdc++28
BUILD_DEPENDS= g++28:${PORTSDIR}/lang/gcc28
CC= gcc28
CXX= g++28
USE_QT= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
WRKSRC= ${WRKDIR}/mico
CONFIGURE_ARGS= --with-qt --with-gtk --with-tcl \
--disable-optimize --disable-shared --disable-mini-stl
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>