mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
29 lines
577 B
Makefile
29 lines
577 B
Makefile
# New ports collection makefile for: scli
|
|
# Date created: 10 September 2001
|
|
# Whom: Michael Lyngbøl <lyngbol@wheel.dk>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= scli
|
|
PORTVERSION= 0.3.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= net-mgmt
|
|
MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/local/${PORTNAME}/ \
|
|
http://matt.peterson.org/FreeBSD/ports/
|
|
|
|
MAINTAINER= lyngbol@wheel.dk
|
|
COMMENT= A collection of SNMP command line management tools
|
|
|
|
LIB_DEPENDS= gsnmp:${PORTSDIR}/net-mgmt/gsnmp
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_GNOME= libxml2
|
|
|
|
MAN1= scli.1
|
|
INFO= scli
|
|
PLIST_FILES= bin/scli
|
|
|
|
.include <bsd.port.mk>
|