openbsd-ports/print/lyx/Makefile
2000-03-05 18:30:21 +00:00

29 lines
660 B
Makefile

# $OpenBSD: Makefile,v 1.7 2000/03/05 18:30:41 espie Exp $
DISTNAME= lyx-1.0.0
CATEGORIES= print
NEED_VERSION= 1.223
MASTER_SITES= ftp://ftp.via.ecp.fr/pub/lyx/stable/
MAINTAINER= 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
GNU_CONFIGURE= Yes
STRIP=
CONFIGURE_ARGS+=--with-extra-lib=${X11BASE}/lib --with-extra-inc="${X11BASE}/include ${X11BASE}/include/X11"
post-install:
@strip ${PREFIX}/bin/lyx
.include <bsd.port.mk>