1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/devel/mico/Makefile
Satoshi Asami 65edaaa1f5 Replace qt dependencies with USE_QT.
(Also, net/licq/Makefile: No need to define both HAS_CONFIGURE and
 GNU_CONFIGURE)
1998-08-12 06:29:36 +00:00

35 lines
778 B
Makefile

# New ports collection makefile for: mico
# Version required: 2.0.6
# Date created: 31 March 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
# $Id: Makefile,v 1.2 1998/08/07 23:56:16 asami Exp $
#
DISTNAME= mico-2.0.6
CATEGORIES= devel
MASTER_SITES= http://diamant-atm.vsb.cs.uni-frankfurt.de/~mico/
MAINTAINER= Nakai@technologist.com
LIB_DEPENDS= gtk\\.1\\.:${PORTSDIR}/x11-toolkits/gtk
WRKSRC= ${WRKDIR}/mico
CONFIGURE_ARGS= --with-qt=${X11BASE}/include/X11/qt \
--with-gtk=${X11BASE}/include/gtk --with-tcl=/usr/include \
--disable-optimize
USE_QT= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
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>