2005-03-15 23:40:00 +01:00
|
|
|
# New ports collection makefile for: fsplib
|
|
|
|
# Date created: 15 Jan 2005
|
|
|
|
# Whom: X
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= fsplib
|
2006-02-21 18:50:34 +01:00
|
|
|
PORTVERSION= 0.8
|
2006-11-05 01:09:35 +01:00
|
|
|
PORTREVISION= 1
|
2005-03-15 23:40:00 +01:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= fsp
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
COMMENT= Library implementing FSP protocol
|
|
|
|
|
|
|
|
NO_WRKSUBDIR= yes
|
2006-11-05 01:09:35 +01:00
|
|
|
USE_SCONS= yes
|
2005-03-15 23:40:00 +01:00
|
|
|
|
2006-11-05 01:09:35 +01:00
|
|
|
PLIST_FILES= include/fsplib.h lib/libfsp.a
|
2005-03-15 23:40:00 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|