1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/multimedia/netshow/Makefile
2003-07-30 22:21:44 +00:00

42 lines
841 B
Makefile

# New ports collection makefile for: netshow
# Date created: Thu Jun 11 22:38:52 PDT 1998
# Whom: dburr@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= netshow
PORTVERSION= 2.00.251
CATEGORIES= multimedia linux net
MASTER_SITES= http://microsoft.com/netshow/download/en/beta/
DISTNAME= netshow_linux
EXTRACT_SUFX= .gz
MAINTAINER= dburr@FreeBSD.org
COMMENT= Microsoft NetShow video stream player
RESTRICTED= "Commercial software"
ONLY_FOR_ARCHS= i386
USE_LINUX= yes
NO_BUILD= yes
USE_X_PREFIX= yes
pre-extract:
@${MKDIR} ${WRKDIR}
do-extract:
${GUNZIP_CMD} < ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} > ${WRKDIR}/netshow
do-patch:
brandelf -t Linux ${WRKDIR}/netshow
do-install:
${INSTALL} -c -o bin -g bin -m 555 ${WRKDIR}/netshow ${PREFIX}/bin/netshow
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>