1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/devel/mico/Makefile

45 lines
996 B
Makefile
Raw Normal View History

# New ports collection makefile for: mico
# Version required: 2.2.7
1998-08-23 04:32:04 +00:00
# Date created: 11 July 1998
# Whom: Marc G. Fournier <scrappy@freebsd.org>
#
# $Id: Makefile,v 1.34 1999/08/04 18:51:56 scrappy Exp $
#
DISTNAME= mico-2.2.7
CATEGORIES= devel
MASTER_SITES= http://diamant-atm.vsb.cs.uni-frankfurt.de/~mico/
1998-08-23 04:32:04 +00:00
MAINTAINER= scrappy@freebsd.org
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 400004
CC= gcc295
CXX= g++295
BUILD_DEPENDS= gcc295:${PORTSDIR}/lang/egcs
.endif
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
tcl80.1:${PORTSDIR}/lang/tcl80
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
1998-08-23 04:36:05 +00:00
USE_QT= yes
USE_AUTOCONF= yes
USE_GMAKE= yes
1998-08-23 04:32:04 +00:00
WRKSRC= ${WRKDIR}/mico
CONFIGURE_ARGS= --with-qt --with-gtk --with-tcl --disable-mini-stl
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
1998-08-23 04:32:04 +00:00
MAN1= idl.1 imr.1 nsadmin.1
MAN5= micorc.5
MAN8= ird.8 micod.8 nsd.8
post-install:
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.post.mk>