1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/graphics/vid/Makefile
2000-12-05 14:14:38 +00:00

26 lines
565 B
Makefile

# New ports collection makefile for: vid
# Date created: Tue Dec 5 13:32:13 GMT 2000
# Whom: Roger Hardiman <roger@freebsd.org?
#
# $FreeBSD$
#
PORTNAME= vid
PORTVERSION= 1.0.1
CATEGORIES= graphics
MASTER_SITES= http://members.home.com/housel/
MAINTAINER= roger@freebsd.org
LIB_DEPENDS= pbm:${PORTSDIR}/graphics/netpbm
# The port does not understand 'make all' or 'make install'
# so change the 'all_target' to be empty and use our own do-install handler.
ALL_TARGET=
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/vid ${PREFIX}/bin
.include <bsd.port.mk>