mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
22 lines
384 B
Makefile
22 lines
384 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
|
|
|
|
USE_GLIB= yes
|
|
USE_LIBTOOL= yes
|
|
INSTALLS_SHLIB= yes
|
|
|
|
.include <bsd.port.mk>
|