mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
3f651573ad
Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
29 lines
639 B
Makefile
29 lines
639 B
Makefile
# New ports collection makefile for: libicq
|
|
# Date Created: 22 Oct 1998
|
|
# Whom: Seiichirou Hiraoka
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libicq
|
|
PORTVERSION= 0.33
|
|
CATEGORIES= japanese net
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL} \
|
|
ftp://ftp.korsoft.com/pub/gicq/
|
|
MASTER_SITE_SUBDIR= flathill
|
|
|
|
PATCH_SITES= ${MASTER_SITE_LOCAL} \
|
|
http://www-nagao.kuee.kyoto-u.ac.jp/member/taku/soft/
|
|
PATCH_SITE_SUBDIR= flathill
|
|
PATCHFILES= ${DISTNAME}ja.patch
|
|
PATCH_DIST_STRIP= -p1
|
|
|
|
MAINTAINER= flathill@FreeBSD.org
|
|
COMMENT= Library to add ICQ communication support to your software
|
|
|
|
USE_GNOME= glib12
|
|
USE_LIBTOOL_VER=13
|
|
INSTALLS_SHLIB= yes
|
|
|
|
.include <bsd.port.mk>
|