blob: 024f8ed194c17b1f8af2ffca3cd294b1e0066ee7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# New ports collection makefile for: gdvrecv
# Date created: 01 Nov 2004
# Whom: Henri Michelon <hmichelon at e-cml.org>
#
# $FreeBSD$
#
PORTNAME= gdvrecv
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=gdvrecv
MAINTAINER= hmichelon@e-cml.org
COMMENT= DV Tools for FreeBSD
USE_BZIP2= yes
USE_GNOME= pygtk2
USE_PYTHON= yes
USE_PYDISTUTILS=yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 502000
IGNORE= does not work on FreeBSD older than 5.2
.endif
.include <bsd.port.post.mk>
|