[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / net / imspector

File: [local] / ports / net / imspector / Attic / Makefile (download)

Revision 1.2, Mon Aug 17 12:47:50 2009 UTC (14 years, 10 months ago) by yason
Branch: MAIN
Changes since 1.1: +4 -96 lines

update to 0.9. some cleanup

# $OpenBSD$

COMMENT =		IM proxy with monitoring

DISTNAME =		imspector-0.9

CATEGORIES =		net

HOMEPAGE =		http://www.imspector.org

MAINTAINER =		Kirill Bychkov <yason@linklevel.net>

# GPL v2
PERMIT_PACKAGE_CDROM =	Yes
PERMIT_PACKAGE_FTP =	Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP =	Yes

MASTER_SITES =		${HOMEPAGE}/downloads/

WANTLIB =		c m stdc++
LIB_DEPENDS =		iconv.>=6::converters/libiconv

#USE_LIBTOOL = 		Yes
# something should be done with shared-libs
NO_REGRESS =		Yes

.include <bsd.port.mk>