9637f7852e
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
27 lines
739 B
Makefile
27 lines
739 B
Makefile
# $NetBSD: Makefile,v 1.12 2020/01/26 17:31:46 rillig Exp $
|
|
|
|
DISTNAME= mpeg_lib-1.3.1
|
|
PKGNAME= mpeg-1.3.1
|
|
PKGREVISION= 1
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= ftp://ftp.fu-berlin.de/unix/X11/graphics/gimp/libs/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.gerg.ca/software/mpeglib/
|
|
COMMENT= Library for decoding MPEG movies
|
|
|
|
USE_LIBTOOL= YES
|
|
GNU_CONFIGURE= YES
|
|
|
|
BUILD_TARGET= libmpeg_lib.la
|
|
|
|
CONFIGURE_ENV+= OPTIMIZE=${CFLAGS:M*:Q} EXTRA_LDFLAGS=${LDFLAGS:M*:Q} \
|
|
EXTRA_CPPFLAGS=${CPPFLAGS:M*:Q}
|
|
|
|
INSTALLATION_DIRS+= include lib
|
|
|
|
do-install:
|
|
${INSTALL_DATA} ${WRKSRC}/mpeg.h ${DESTDIR}${PREFIX}/include
|
|
libtool --mode=install ${INSTALL_LIB} ${WRKSRC}/libmpeg_lib.la ${DESTDIR}${PREFIX}/lib
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|