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

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

Revision 1.3, Thu Jun 3 05:50:15 2010 UTC (14 years ago) by yason
Branch: MAIN
Changes since 1.2: +2 -2 lines

corect dependencies

# $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++
MODULES =		converters/libiconv

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

.include <bsd.port.mk>