2c72a9f0b9
libXext/buildlink3.mk, now that it is included there. Leave the places where its API version is set or variables from it are used directly (about 3 packages).
22 lines
652 B
Makefile
22 lines
652 B
Makefile
# $NetBSD: Makefile,v 1.9 2012/10/23 10:24:08 wiz Exp $
|
|
|
|
DISTNAME= mpeg_play-2.4-patched
|
|
PKGNAME= mpeg_play-2.4patched
|
|
PKGREVISION= 2
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= ftp://mm-ftp.cs.berkeley.edu/pub/multimedia/mpeg/play/
|
|
EXTRACT_SUFX= -src.tar.gz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://bmrc.berkeley.edu/research/mpeg/mpeg_play.html
|
|
COMMENT= Program to play mpeg movies on X displays
|
|
|
|
WRKSRC= ${WRKDIR}/mpeg_play
|
|
USE_IMAKE= yes
|
|
|
|
pre-configure:
|
|
${MV} -f ${WRKSRC}/Imakefile.proto ${WRKSRC}/Imakefile
|
|
${MV} -f ${WRKSRC}/mpeg_play.1 ${WRKSRC}/mpeg_play.man
|
|
|
|
.include "../../x11/libXext/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|