mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
26 lines
508 B
Makefile
26 lines
508 B
Makefile
# New ports collection makefile for: libicq
|
|
# Date Created: 31 Oct 1998
|
|
# Whom: Seiichirou Hiraoka
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libicq
|
|
PORTVERSION= 0.33
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL} \
|
|
ftp://ftp.korsoft.com/pub/gicq/
|
|
MASTER_SITE_SUBDIR= flathill
|
|
|
|
MAINTAINER= flathill@FreeBSD.org
|
|
|
|
LIB_DEPENDS= glib12.3:${PORTSDIR}/devel/glib12
|
|
|
|
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
|
|
|
|
USE_LIBTOOL= yes
|
|
INSTALLS_SHLIB= yes
|
|
CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}"
|
|
|
|
.include <bsd.port.mk>
|