openbsd-ports/graphics/libdvbpsi/Makefile
espie f1e7eab840 those packages have not changed names since 3.6, even though their
packing-lists was changes in significant ways, and they do not have
enough dependencies that pkg_add can detect they changed through their
signature.

Bump the pkgname, so that pkg_add -r will choose to update them.

okay pvalchev@
2005-08-17 16:10:02 +00:00

25 lines
623 B
Makefile

# $OpenBSD: Makefile,v 1.4 2005/08/17 16:10:03 espie Exp $
COMMENT= "library for decoding/generating MPEG TS/DVB PSI tables"
VER= 0.1.4
DISTNAME= libdvbpsi3-${VER}
PKGNAME= libdvbpsi-${VER}p0
CATEGORIES= devel
MASTER_SITES= http://www.videolan.org/pub/libdvbpsi/${VER}/ \
http://www.fr.videolan.org/pub/libdvbpsi/${VER}/
HOMEPAGE= http://developers.videolan.org/libdvbpsi/
MAINTAINER= Jolan Luff <jolan@openbsd.org>
# GPL
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
CONFIGURE_STYLE=gnu
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/autotools
.include <bsd.port.mk>