mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
23 lines
405 B
Makefile
23 lines
405 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_GNOMENG= yes
|
|
USE_GNOME= glib12
|
|
USE_LIBTOOL= yes
|
|
INSTALLS_SHLIB= yes
|
|
|
|
.include <bsd.port.mk>
|