SHARED_LIBS and USE_LIBTOOL

This commit is contained in:
steven 2005-12-28 13:09:38 +00:00
parent 94019cbeab
commit 8e1429d6ce
2 changed files with 10 additions and 5 deletions

View File

@ -1,8 +1,12 @@
# $OpenBSD: Makefile,v 1.5 2004/11/30 01:06:37 espie Exp $
# $OpenBSD: Makefile,v 1.6 2005/12/28 13:09:38 steven Exp $
COMMENT= "free MPEG-2 video stream decoder"
DISTNAME= mpeg2dec-0.4.0b
PKGNAME= ${DISTNAME:S/mpeg2dec/libmpeg2/}
PKGNAME= ${DISTNAME:S/mpeg2dec/libmpeg2/}p0
SHARED_LIBS= mpeg2 0.0 \
mpeg2convert 0.0
MODGNU_SHARED_LIBS= mpeg2 '-no-undefined' \
mpeg2convert '-no-undefined'
CATEGORIES= graphics x11
MASTER_SITES= ${HOMEPAGE}files/
@ -18,6 +22,7 @@ PERMIT_PACKAGE_FTP= Yes
WANTLIB= X11 Xext Xv
USE_X11= Yes
USE_LIBTOOL= Yes
BUILD_DEPENDS= :pkgconfig->=0.12.0p1:devel/pkgconfig

View File

@ -1,3 +1,3 @@
@comment $OpenBSD: PFRAG.shared,v 1.3 2004/09/15 00:50:09 espie Exp $
@lib lib/libmpeg2.so.0.0
@lib lib/libmpeg2convert.so.0.0
@comment $OpenBSD: PFRAG.shared,v 1.4 2005/12/28 13:09:38 steven Exp $
@lib lib/libmpeg2.so.${LIBmpeg2_VERSION}
@lib lib/libmpeg2convert.so.${LIBmpeg2convert_VERSION}