1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/multimedia/netshow/Makefile
Martin Wilke 3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00

43 lines
918 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
PORTREVISION= 2
CATEGORIES= multimedia linux net
MASTER_SITES= ftp://ftp.mayn.de/pub/really_old_stuff/unix/browser/plugins/ \
http://voodoo.bawue.com/download/
DISTNAME= netshow_linux
EXTRACT_SUFX= .gz
MAINTAINER= ports@FreeBSD.org
COMMENT= Microsoft NetShow video stream player
RESTRICTED= "Commercial software"
ONLY_FOR_ARCHS= i386
USE_LINUX= yes
USE_XLIB= yes
PLIST_FILES= bin/netshow
pre-extract:
@${MKDIR} ${WRKDIR}
do-extract:
${GUNZIP_CMD} < ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} > ${WRKDIR}/netshow
do-build:
${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>