blob: bfe561b440e093f80760da661ad0cec4d97ee9e6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: xvid4conf
# Date created: 11 June 2004
# Whom: Michael Nottebrock <lofi@freebsd.org>
#
# $FreeBSD$
#
PORTNAME= xvid4conf
PORTVERSION= 1.10
PORTREVISION= 3
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=lofi
MAINTAINER= lofi@freebsd.org
COMMENT= XviD configuration panel for transcode
GNU_CONFIGURE= yes
USE_GNOME= gtk20
.include <bsd.port.mk>
|