mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
92103d6d5c
PR: 11842 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
29 lines
689 B
Makefile
29 lines
689 B
Makefile
# New ports collection makefile for: gicq
|
|
# Version required: 0.33
|
|
# Date Created: 31 Oct 1998
|
|
# Whom: Seiichirou Hiraoka
|
|
#
|
|
# $Id: Makefile,v 1.7 1999/05/08 01:42:40 taoka Exp $
|
|
#
|
|
|
|
DISTNAME= gicq-0.33
|
|
CATEGORIES= net
|
|
MASTER_SITES= ftp://ftp.korsoft.com/pub/gicq/ \
|
|
http://www.nectar.com/distfiles/
|
|
|
|
MAINTAINER= flathill@FreeBSD.ORG
|
|
|
|
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
|
|
icq.0:${PORTSDIR}/net/libicq
|
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
|
|
|
USE_X_PREFIX= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --without-gnome --disable-nls
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
GTK_CONFIG="${GTK_CONFIG}" \
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|