mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
20 lines
360 B
Makefile
20 lines
360 B
Makefile
# Created by: james@cs.uwm.edu
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= spigot
|
|
PORTVERSION= 1.7
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= fenner
|
|
DISTFILES= spigot.1.7.tar.gz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Video spigot for Windows library
|
|
|
|
# binary package
|
|
NO_BUILD= yes
|
|
NO_WRKSUBDIR= yes
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
.include <bsd.port.mk>
|