mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
22 lines
409 B
Makefile
22 lines
409 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: vcdpad
|
|
# Date created: Mar 9, 2001
|
|
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= vcdpad
|
|
PORTVERSION= 0.8
|
|
PORTREVISION= 1
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= http://www.nocrew.org/software/vcdpad/
|
|
|
|
MAINTAINER= multimedia@FreeBSD.org
|
|
COMMENT= A program to pad vcd mpegs
|
|
|
|
PLIST_FILES= bin/vcdpad
|
|
USE_GMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|