0f639b6bcb
- fix iconv dependency
31 lines
657 B
Makefile
31 lines
657 B
Makefile
# $OpenBSD: Makefile,v 1.2 2002/10/08 13:02:27 naddy Exp $
|
|
|
|
COMMENT= "snmp command line utility"
|
|
DISTNAME= scli-0.2.12
|
|
CATEGORIES= net
|
|
|
|
HOMEPAGE= http://www.ibr.cs.tu-bs.de/projects/scli/
|
|
|
|
MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/scli/
|
|
|
|
MAINTAINER= Margarida Sequeira <niness@devilness.org>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
# optimizer bug in gcc 2.95
|
|
.if ${MACHINE_ARCH} == "sparc64"
|
|
PATCH_LIST= patch-* gcc-patch-*
|
|
.endif
|
|
|
|
MODULES= iconv
|
|
LIB_DEPENDS= glib.1.2,gmodule.1.2::devel/glib \
|
|
xml2::textproc/libxml
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|