openbsd-ports/net/licq/Makefile

26 lines
565 B
Makefile
Raw Normal View History

1998-11-10 03:48:59 -05:00
# OpenBSD makefile for: Licq
# Version required: 0.43
# Date created: 13 Oct 1998
# Whom: jbi130@mail.usask.ca
#
1998-12-10 01:16:35 -05:00
# $OpenBSD: Makefile,v 1.2 1998/12/10 06:16:35 form Exp $
1998-11-10 03:48:59 -05:00
#
DISTNAME= licq-0.44
CATEGORIES= net
MASTER_SITES= http://pages.infinit.net/fairoff/licq/
MAINTAINER= form@openbsd.org
LIB_DEPENDS= qt\\.1\\.:${PORTSDIR}/x11/qt
1998-12-10 01:16:35 -05:00
#CONFIGURE_ENV+= INSTALL=/usr/bin/install
1998-11-10 03:48:59 -05:00
USE_GMAKE= yes
GNU_CONFIGURE= yes
1998-12-10 01:16:35 -05:00
do-configure:
@cd ${WRKSRC}; env INSTALL="/usr/bin/install" \
sh ./configure --prefix=${PREFIX}
1998-11-10 03:48:59 -05:00
.include <bsd.port.mk>