freebsd-ports/net/libdnet/Makefile
Yen-Ming Lee 3f04eeff47 - add missing files
- add INSTALLS_SHLIB and USE_LIBTOOL_VER

PR:		ports/71710
Submitted by:	leeym
Approved by:	maintainer timeout
2004-10-12 17:36:00 +00:00

25 lines
491 B
Makefile

# New ports collection makefile for: libdnet
# Date created: 15 April 2002
# Whom: Dominic Marks <dominic.marks@btinternet.com>
#
# $FreeBSD$
#
PORTNAME= libdnet
PORTVERSION= 1.8
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= yonatan@xpert.com
COMMENT= A simple interface to low level networking routines
GNU_CONFIGURE= yes
USE_GMAKE= yes
INSTALLS_SHLIB= yes
USE_LIBTOOL_VER=15
MAN3= dnet.3
MAN8= dnet.8
.include <bsd.port.mk>