1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/net/gtk+licq/Makefile
Will Andrews 1c02f45ba6 Add gtk+licq 0.50.1, a gtk+ plugin for licq.
PR:		22109
Submitted by:	Jeremy Norris <ishmael27@home.com>
2001-04-07 02:58:04 +00:00

40 lines
817 B
Makefile

# New ports collection makefile for: gtk+licq
# Date created: 17 Oct 2000
# Whom: Jeremy Norris <ishmael27@home.com>
#
# $FreeBSD$
#
PORTNAME= gtk+licq
PORTVERSION= 0.50.1
CATEGORIES= net
MASTER_SITES= http://gtk.licq.org/download/
MAINTAINER= ishmael27@home.com
BUILD_DEPENDS= ${LOCALBASE}/include/licq/licq_icqd.h:${PORTSDIR}/net/licq
RUN_DEPENDS= licq:${PORTSDIR}/net/licq
USE_GMAKE= yes
USE_GTK= yes
WANT_GNOME= yes
USE_LIBTOOL= yes
USE_AUTOMAKE= yes
.if defined(WITHOUT_GNOME)
CONFIGURE_ARGS= --disable-gnome
GUITYPE= gtk
.else
GUITYPE= gnome
.endif
PLIST_SUB= GUITYPE=${GUITYPE}
CONFIGURE_ENV= CPPFLAGS=-"I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
post-install:
strip ${PREFIX}/lib/licq/licq_${GUITYPE}_gui.a
.include <bsd.port.mk>