mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
5460f8b3e9
PR: 114842 Submitted by: Radim Kolar SF.NET <hsn@sendmail.cz>
23 lines
411 B
Makefile
23 lines
411 B
Makefile
# New ports collection makefile for: fsplib
|
|
# Date created: 15 Jan 2005
|
|
# Whom: X
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fsplib
|
|
PORTVERSION= 0.9
|
|
PORTREVISION= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= fsp
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Library implementing FSP protocol
|
|
|
|
NO_WRKSUBDIR= yes
|
|
USE_SCONS= yes
|
|
|
|
PLIST_FILES= include/fsplib.h lib/libfsp.a
|
|
|
|
.include <bsd.port.mk>
|