b234827ac4
- Bump PORTREVISION PR: ports/105033 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Sponsored by: FreeBSD Bug-a-thon #2
22 lines
411 B
Makefile
22 lines
411 B
Makefile
# New ports collection makefile for: fsplib
|
|
# Date created: 15 Jan 2005
|
|
# Whom: X
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fsplib
|
|
PORTVERSION= 0.8
|
|
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>
|