Index: head/multimedia/tcmplex-panteltje/Makefile =================================================================== --- head/multimedia/tcmplex-panteltje/Makefile (revision 420777) +++ head/multimedia/tcmplex-panteltje/Makefile (revision 420778) @@ -1,32 +1,34 @@ # Created by: Herve Quiroz # $FreeBSD$ PORTNAME= tcmplex-panteltje PORTVERSION= 0.4.7 PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= http://panteltje.com/panteltje/dvd/ -EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Re-write of the A/V multiplexer from the transcode distribution -LICENSE= GPLv2 GPLv3 -LICENSE_COMB= dual +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/LICENSE +USES= tar:tgz MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" ALL_TARGET= a.out -PORTDOCS= CHANGES COPYRIGHT README +PORTDOCS= CHANGES README PLIST_FILES= bin/${PORTNAME} OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for file in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR} .endfor .include Index: head/multimedia/tcmplex-panteltje/files/patch-unistd =================================================================== --- head/multimedia/tcmplex-panteltje/files/patch-unistd (revision 420777) +++ head/multimedia/tcmplex-panteltje/files/patch-unistd (nonexistent) @@ -1,11 +0,0 @@ ---- mplex.h.orig Tue Aug 3 21:00:02 2004 -+++ mplex.h Thu Oct 21 18:48:16 2004 -@@ -46,6 +46,8 @@ - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * - *************************************************************************/ - -+#include -+ - /************************************************************************* - Definitionen - *************************************************************************/ Property changes on: head/multimedia/tcmplex-panteltje/files/patch-unistd ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/multimedia/tcmplex-panteltje/files/patch-mplex.h =================================================================== --- head/multimedia/tcmplex-panteltje/files/patch-mplex.h (nonexistent) +++ head/multimedia/tcmplex-panteltje/files/patch-mplex.h (revision 420778) @@ -0,0 +1,11 @@ +--- mplex.h.orig 2005-06-09 17:53:15 UTC ++++ mplex.h +@@ -46,6 +46,8 @@ + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * + *************************************************************************/ + ++#include ++ + /************************************************************************* + Definitionen + *************************************************************************/ Property changes on: head/multimedia/tcmplex-panteltje/files/patch-mplex.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property