openbsd-ports/multimedia/dvdauthor/Makefile
pvalchev 898c1b18a8 Remove jakemsr@ from maintainer position, as he has been inactive and
email has been bouncing for several months.  Jacob, if you get this
and/or get back to things, let us know.
2006-12-02 20:24:17 +00:00

38 lines
979 B
Makefile

# $OpenBSD: Makefile,v 1.5 2006/12/02 20:24:17 pvalchev Exp $
COMMENT= creates DVD file structures
DISTNAME= dvdauthor-0.6.11
PKGNAME= ${DISTNAME}p1
CATEGORIES= multimedia
HOMEPAGE= http://dvdauthor.sourceforge.net/
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dvdauthor/}
LIB_DEPENDS= dvdread.>=3::devel/libdvdread \
fribidi::devel/fribidi \
xml2.>=5::textproc/libxml \
Magick.>=6::graphics/ImageMagick
WANTLIB= ICE SM X11 Xext Xt bz2 c freetype iconv jasper jbig \
jpeg lcms m png tiff z
USE_X11= Yes
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib" \
CFLAGS="${CFLAGS} -I${LOCALBASE}/include/libpng"
MAKE_FLAGS+= BISON="yacc" LDFLAGS="-L${LOCALBASE}/lib"
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/dvdauthor
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/dvdauthor
.include <bsd.port.mk>