openbsd-ports/print/lyx/Makefile

30 lines
704 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.14 2000/10/22 15:43:17 espie Exp $
1999-02-23 01:02:33 -05:00
DISTNAME= lyx-1.0.0
CATEGORIES= print
NEED_VERSION= 1.305
FAKE=No
MASTER_SITES= ftp://ftp.via.ecp.fr/pub/lyx/stable/
2000-10-22 10:02:46 -04:00
MAINTAINER= Angelos D. Keromytis <angelos@openbsd.org>
2000-02-12 03:02:07 -05:00
LICENSE_TYPE= GPL
2000-03-05 13:30:21 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-02-12 03:02:07 -05:00
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>