07f81c1fb5
there's very little documentation here. This package was done by Matthias Scheler <tron@lyssa.owl.de>, as reported in PR pkg/4649.
27 lines
662 B
Makefile
27 lines
662 B
Makefile
# $NetBSD: Makefile,v 1.1 1997/12/13 19:48:13 agc Exp $
|
|
# New ports collection makefile for: mpeg
|
|
# Version required: 1.2.1
|
|
# Date created: 07 December 1997
|
|
# Whom: tron
|
|
#
|
|
|
|
DISTNAME= mpeg_lib-1.2.1
|
|
PKGNAME= mpeg-1.2.1
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ftp://ftp.mni.mcgill.ca/pub/mpeg/ \
|
|
ftp://ftp.fu-berlin.de/unix/X11/graphics/gimp/libs/ \
|
|
ftp://ftp.gimp.org/pub/gimp/libs/
|
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
WRKSRC= ${WRKDIR}/mpeg_lib
|
|
|
|
post-configure:
|
|
ln -fs ${FILESDIR}/Makefile ${WRKSRC}
|
|
ln -s ${FILESDIR}/shlib_version ${WRKSRC}
|
|
|
|
post-install:
|
|
(cd ${WRKSRC};make PREFIX=${PREFIX} includes)
|
|
${LDCONFIG} -m ${PREFIX}/lib || true
|
|
|
|
.include <bsd.port.mk>
|