mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
d362cfb780
- Support PLIST_FILES - Add WWW: line PR: ports/65535 Submitted by: Ports Fury
33 lines
604 B
Makefile
33 lines
604 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: subconv
|
|
# Date created: Apr 5, 2003
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= subconv
|
|
PORTVERSION= 0.2.2
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= http://linux.bydg.org/~yogin/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Converts DivX subtitles from one format to another
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
NO_BUILD= yes
|
|
USE_PYTHON= yes
|
|
|
|
PORTDOCS= README
|
|
PLIST_FILES= bin/subconv
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/subconv ${PREFIX}/bin
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|