openbsd-ports/print/lyx/Makefile
espie 46b5f232b5 Kill
FAKE=Yes
HAS_CONFIGURE, GNU_CONFIGURE, USE_IMAKE, NO_INSTALL_MANPAGES, USE_AUTOCONF
and bump NEED_VERSION accordingly.
2000-10-22 15:41:23 +00:00

30 lines
704 B
Makefile

# $OpenBSD: Makefile,v 1.14 2000/10/22 15:43:17 espie Exp $
DISTNAME= lyx-1.0.0
CATEGORIES= print
NEED_VERSION= 1.305
FAKE=No
MASTER_SITES= ftp://ftp.via.ecp.fr/pub/lyx/stable/
MAINTAINER= Angelos D. Keromytis <angelos@openbsd.org>
LICENSE_TYPE= GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
BUILD_DEPENDS= latex::print/teTeX/base
RUN_DEPENDS= latex::print/teTeX/base \
ispell::textproc/ispell
LIB_DEPENDS= xforms::x11/xforms
CONFIGURE_STYLE= gnu
STRIP=
CONFIGURE_ARGS+=--with-extra-lib=${LOCALBASE}/lib --with-extra-inc="${LOCALBASE}/include ${LOCALBASE}/include/X11"
post-install:
@strip ${PREFIX}/bin/lyx
.include <bsd.port.mk>