diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2007-06-01 14:06:51 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2007-06-01 14:06:51 +0000 |
commit | 02c88683aaa21e8349e2fd3bcaaed622cc9df2b6 (patch) | |
tree | ea76bea9571afd48ff94d80b7dec05abe2ffd942 /multimedia | |
parent | c33c04f8e4b7e6cc56efd98beae0a773c1f37743 (diff) | |
download | ports-02c88683aaa21e8349e2fd3bcaaed622cc9df2b6.tar.gz ports-02c88683aaa21e8349e2fd3bcaaed622cc9df2b6.zip |
Notes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/Makefile | 1 | ||||
-rw-r--r-- | multimedia/x264-gtk/Makefile | 17 | ||||
-rw-r--r-- | multimedia/x264-gtk/pkg-plist | 10 |
3 files changed, 28 insertions, 0 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile index 7f9f3914d197..15ea207fa74a 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -243,6 +243,7 @@ SUBDIR += vstream-client SUBDIR += win32-codecs SUBDIR += x264 + SUBDIR += x264-gtk SUBDIR += xanim SUBDIR += xawtv SUBDIR += xdvshow diff --git a/multimedia/x264-gtk/Makefile b/multimedia/x264-gtk/Makefile new file mode 100644 index 000000000000..7402f4aa0140 --- /dev/null +++ b/multimedia/x264-gtk/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: x264-gtk +# Date created: 2007-06-01 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTREVISION= 0 +PKGNAMESUFFIX= -gtk + +MAINTAINER= multimedia@FreeBSD.org + +WITH_GTK2= yes +PLIST= ${.CURDIR}/pkg-plist +MASTERDIR= ${.CURDIR}/../../multimedia/x264 + +.include "${MASTERDIR}/Makefile" diff --git a/multimedia/x264-gtk/pkg-plist b/multimedia/x264-gtk/pkg-plist new file mode 100644 index 000000000000..a9ccd7b1baf1 --- /dev/null +++ b/multimedia/x264-gtk/pkg-plist @@ -0,0 +1,10 @@ +bin/x264_gtk_encode +include/x264_gtk.h +include/x264_gtk_enum.h +lib/libx264gtk.a +lib/libx264gtk.so +lib/libx264gtk.so.50 +libdata/pkgconfig/x264gtk.pc +share/locale/fr/LC_MESSAGES/x264_gtk.mo +%%DATADIR%%/x264.png +@dirrm %%DATADIR%% |