21 lines
417 B
Makefile
21 lines
417 B
Makefile
# 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>
|