31 lines
899 B
Makefile
31 lines
899 B
Makefile
# $NetBSD: Makefile,v 1.38 2012/10/08 23:02:10 adam Exp $
|
|
#
|
|
|
|
DISTNAME= gopchop-1.1.8
|
|
PKGREVISION= 15
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gopchop/} \
|
|
http://outflux.net/unix/software/GOPchop/download/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://outflux.net/unix/software/GOPchop/
|
|
COMMENT= MPEG2 GOP-accurate editor
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LANGUAGES= c c++
|
|
USE_LIBTOOL= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_TOOLS+= intltool msgfmt pkg-config
|
|
BROKEN_GETTEXT_DETECTION= yes
|
|
|
|
# XXX make this an option?
|
|
.include "../../devel/SDL/buildlink3.mk"
|
|
#.else
|
|
#CONFIGURE_ARGS+= --disable-sdl
|
|
|
|
.include "../../multimedia/libmpeg2/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.libxml2+= libxml2>=2.6.6
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|