|
Lines 3-9
Link Here
|
| 3 |
|
3 |
|
| 4 |
PORTNAME= gsnmp |
4 |
PORTNAME= gsnmp |
| 5 |
PORTVERSION= 0.2.0 |
5 |
PORTVERSION= 0.2.0 |
| 6 |
PORTREVISION= 1 |
6 |
PORTREVISION= 2 |
| 7 |
CATEGORIES= net-mgmt |
7 |
CATEGORIES= net-mgmt |
| 8 |
MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/local/${PORTNAME}/ \ |
8 |
MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/local/${PORTNAME}/ \ |
| 9 |
http://ftp-ext.osuosl.org/pub/nslu2/sources/ \ |
9 |
http://ftp-ext.osuosl.org/pub/nslu2/sources/ \ |
|
Lines 12-22
Link Here
|
| 12 |
MAINTAINER= matt@peterson.org |
12 |
MAINTAINER= matt@peterson.org |
| 13 |
COMMENT= SNMP library written on top of glib and gnet2 |
13 |
COMMENT= SNMP library written on top of glib and gnet2 |
| 14 |
|
14 |
|
| 15 |
LIB_DEPENDS= gnet:${PORTSDIR}/net/gnet2 |
15 |
LIB_DEPENDS= libgnet-2.0.so:${PORTSDIR}/net/gnet2 |
| 16 |
|
16 |
|
| 17 |
USES= pkgconfig |
17 |
USES= pkgconfig pathfix libtool |
| 18 |
USE_GNOME= gnomehack glib20 |
18 |
USE_GNOME= glib20 |
| 19 |
GNU_CONFIGURE= yes |
19 |
GNU_CONFIGURE= yes |
| 20 |
USE_LDCONFIG= yes |
20 |
USE_LDCONFIG= yes |
| 21 |
|
21 |
|
|
|
22 |
post-install: |
| 23 |
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgsnmp.so |
| 24 |
|
| 22 |
.include <bsd.port.mk> |
25 |
.include <bsd.port.mk> |