openbsd-ports/print/lyx/Makefile

28 lines
688 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.6 2000/02/15 05:05:06 turan Exp $
1999-02-23 01:02:33 -05:00
DISTNAME= lyx-1.0.0
CATEGORIES= print
MASTER_SITES= ftp://ftp.via.ecp.fr/pub/lyx/stable/
MAINTAINER= angelos@openbsd.org
2000-02-12 03:02:07 -05:00
LICENSE_TYPE= GPL
PERMIT_PACKAGE_CDROM= YES
PERMIT_PACKAGE_FTP= YES
PERMIT_DISTFILES_CDROM= YES
PERMIT_DISTFILES_FTP= YES
2000-02-12 03:02:07 -05:00
1999-09-14 06:01:31 -04:00
BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX/base
RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX/base \
ispell:${PORTSDIR}/textproc/ispell
LIB_DEPENDS= xforms:${PORTSDIR}/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>