mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
18 lines
331 B
Makefile
18 lines
331 B
Makefile
# 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"
|