diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 1999-03-15 19:59:24 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 1999-03-15 19:59:24 +0000 |
commit | 24ad6dcfd4bf4916e12dd952e51a9397691437b4 (patch) | |
tree | 6c6e5938cf3a58bb00f4d5362c19e7a7b19cf477 /net-im/libicq/Makefile | |
parent | add5d1b8a9d4823ebc8e41c3b94666be4a81df17 (diff) | |
download | ports-24ad6dcfd4bf4916e12dd952e51a9397691437b4.tar.gz ports-24ad6dcfd4bf4916e12dd952e51a9397691437b4.zip |
Notes
Diffstat (limited to 'net-im/libicq/Makefile')
-rw-r--r-- | net-im/libicq/Makefile | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/net-im/libicq/Makefile b/net-im/libicq/Makefile index f2f630954424..6d47b718323b 100644 --- a/net-im/libicq/Makefile +++ b/net-im/libicq/Makefile @@ -1,20 +1,21 @@ -# New ports collection makefile for: libicq -# Version required: 0.20 -# Date Created: 31 Oct 1998 -# Whom: Seiichirou Hiraoka +# New ports collection makefile for: libicq +# Version required: 0.33 +# Date Created: 31 Oct 1998 +# Whom: Seiichirou Hiraoka # -# $Id: Makefile,v 1.1.1.1 1998/11/19 07:03:11 flathill Exp $ +# $Id: Makefile,v 1.2 1998/11/23 06:07:44 asami Exp $ # -DISTNAME= libicq-0.20 +DISTNAME= libicq-0.33 CATEGORIES= devel -MASTER_SITES= http://www.montana.com/gabriel/gicq/files/ +MASTER_SITES= ftp://ftp.korsoft.com/pub/gicq/ \ + http://www.nectar.com/distfiles/ MAINTAINER= flathill@FreeBSD.ORG -GNU_CONFIGURE= yes +LIB_DEPENDS= glib12.1:${PORTSDIR}/devel/glib12 -post-install: - @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib +GNU_CONFIGURE= yes +CONFIGURE_ENV= GLIB_CONFIG="${PREFIX}/bin/glib12-config" .include <bsd.port.mk> |