summaryrefslogtreecommitdiff
path: root/print/lyx/Makefile
diff options
context:
space:
mode:
authorfrueauf <frueauf>1998-02-28 20:34:12 +0000
committerfrueauf <frueauf>1998-02-28 20:34:12 +0000
commit30c83f3cd9c5b5c6887180be63ccc1f1569bfbc5 (patch)
tree6179b3e0c5494dfeeb78cfdd0451632118c63ac8 /print/lyx/Makefile
parentedcdb6a1ad85feaed576e1d144ef29d890a682fc (diff)
downloadpkgsrc-30c83f3cd9c5b5c6887180be63ccc1f1569bfbc5.tar.gz
shut up portlint; remove post-install rule as our INSTALL_PROGRAM does strip.
Diffstat (limited to 'print/lyx/Makefile')
-rw-r--r--print/lyx/Makefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/print/lyx/Makefile b/print/lyx/Makefile
index 4cb1c6ffb68..d68e6e708f6 100644
--- a/print/lyx/Makefile
+++ b/print/lyx/Makefile
@@ -3,29 +3,26 @@
# Date created: Sa 12 Okt 1996 19:20:51 MET DST
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
-# $NetBSD: Makefile,v 1.1.1.1 1998/02/28 20:28:20 frueauf Exp $
+# $NetBSD: Makefile,v 1.2 1998/02/28 20:34:12 frueauf Exp $
# FreeBSD Id: Makefile,v 1.14 1998/02/14 16:46:50 andreas Exp
#
DISTNAME= lyx-0.12.0
CATEGORIES= print
MASTER_SITES= ftp://ftp.via.ecp.fr/pub/lyx/beta_stable/ \
- ftp://la1ad.uio.no/pub/lyx/
+ ftp://la1ad.uio.no/pub/lyx/
MAINTAINER= andreas@FreeBSD.ORG
BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX
RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX \
ispell:${PORTSDIR}/textproc/ispell
-LIB_DEPENDS= xforms\\.0\\.:${PORTSDIR}/x11/xforms \
- Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
+LIB_DEPENDS= xforms.0.:${PORTSDIR}/x11/xforms \
+ Xpm.4.:${PORTSDIR}/graphics/xpm
GNU_CONFIGURE= yes
-STRIP=
CONFIGURE_ARGS= --with-extra-lib=${X11BASE}/lib --with-extra-inc="${X11BASE}/include ${X11BASE}/include/X11"
-MAN1= lyx.1
-post-install:
- @strip ${PREFIX}/bin/lyx
+MAN1= lyx.1
.include <bsd.port.mk>