7cee1ca843
Submitted by: Dominic Marks <D.Marks@student.umist.ac.uk>
22 lines
385 B
Makefile
22 lines
385 B
Makefile
# New ports collection makefile for: libdnet
|
|
# Date created: 15 April 2002
|
|
# Whom: Dominic Marks <d.marks@student.umist.ac.uk>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libdnet
|
|
PORTVERSION= 1.5
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= d.marks@student.umist.ac.uk
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN3= dnet.3
|
|
MAN8= dnet.8
|
|
|
|
.include <bsd.port.mk>
|