9637f7852e
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
20 lines
480 B
Makefile
20 lines
480 B
Makefile
# $NetBSD: Makefile,v 1.10 2020/01/26 17:31:41 rillig Exp $
|
|
#
|
|
|
|
DISTNAME= miniSAPserver-0.2.4
|
|
CATEGORIES= mbone
|
|
MASTER_SITES= http://download.videolan.org/pub/videolan/miniSAPserver/0.2.4/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.videolan.org/
|
|
COMMENT= Mini SAP server from the VideoLan project
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
USE_LANGUAGES= c c++
|
|
|
|
LDFLAGS.SunOS+= -lsocket -lnsl
|
|
|
|
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 share/doc/sapserver
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|