2004-10-03 02:12:51 +02:00
|
|
|
# $NetBSD: Makefile,v 1.11 2004/10/03 00:14:49 tv Exp $
|
2001-04-20 18:46:27 +02:00
|
|
|
|
2003-02-13 20:04:47 +01:00
|
|
|
DISTNAME= dvdview-1.2.2
|
2004-10-03 02:12:51 +02:00
|
|
|
PKGREVISION= 2
|
2001-04-20 18:46:27 +02:00
|
|
|
CATEGORIES= graphics
|
2003-02-13 20:04:47 +01:00
|
|
|
MASTER_SITES= http://rachmaninoff.informatik.uni-mannheim.de/dvdview/data/
|
2001-04-20 18:46:27 +02:00
|
|
|
|
2003-07-17 23:31:04 +02:00
|
|
|
MAINTAINER= tron@NetBSD.org
|
2001-04-20 18:46:27 +02:00
|
|
|
HOMEPAGE= http://rachmaninoff.informatik.uni-mannheim.de/dvdview/
|
|
|
|
COMMENT= Software only MPEG-1/2 video decoder
|
|
|
|
|
|
|
|
GNU_CONFIGURE= YES
|
2004-01-24 16:46:42 +01:00
|
|
|
USE_GNU_TOOLS+= make
|
2001-04-20 18:46:27 +02:00
|
|
|
USE_X11= YES
|
2004-04-25 03:04:57 +02:00
|
|
|
USE_BUILDLINK3= yes
|
2001-04-20 18:46:27 +02:00
|
|
|
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
|
2001-07-01 00:13:14 +02:00
|
|
|
.if (${OPSYS} == SunOS)
|
|
|
|
MAKE_ENV+= RTLIB=-lrt
|
|
|
|
.else
|
2001-07-01 00:15:25 +02:00
|
|
|
MAKE_ENV+= RTLIB=
|
2001-07-01 00:13:14 +02:00
|
|
|
.endif
|
2001-04-20 18:46:27 +02:00
|
|
|
|
2003-02-13 20:04:47 +01:00
|
|
|
post-install:
|
2001-04-20 18:46:27 +02:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/dvdview
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/dvdview
|
|
|
|
|
2004-04-25 03:04:57 +02:00
|
|
|
.include "../../graphics/libvideogfx/buildlink3.mk"
|
|
|
|
.include "../../mk/pthread.buildlink3.mk"
|
2001-04-20 18:46:27 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|