diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-31 00:15:18 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-31 00:15:18 +0000 |
commit | dcaa49123389386d3534002fe52f2a774a2771d3 (patch) | |
tree | 671056872537e75ae63e2363426d18e32857ad5b | |
parent | 7578a069fa937b0072a66aa39d809db15d50b50e (diff) |
Notes
-rw-r--r-- | net-mgmt/libsmi/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/net-mgmt/libsmi/Makefile b/net-mgmt/libsmi/Makefile index 7f36382edb49..f2bf056e3b4c 100644 --- a/net-mgmt/libsmi/Makefile +++ b/net-mgmt/libsmi/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libsmi -# Date created: Tue Jan 27 2000 -# Whom: Marcin Cieslak <saper@system.pl> -# +# Created by: Marcin Cieslak <saper@system.pl> # $FreeBSD$ -# PORTNAME= libsmi PORTVERSION= 0.4.8 @@ -16,8 +12,7 @@ COMMENT= A library to access SMI MIB information USE_AUTOTOOLS= libtool USE_LDCONFIG= yes -USE_GNOME= pkgconfig gnomehack -USE_GMAKE= yes +USES= gmake pathfix pkgconfig PIBDIR= ${PREFIX}/share/smi/pibs MIBDIR= ${PREFIX}/share/smi/mibs GNU_CONFIGURE= yes |