mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
ffb21b5654
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
34 lines
785 B
Makefile
34 lines
785 B
Makefile
# New ports collection makefile for: XView
|
|
# Date created: 22 November 1994
|
|
# Whom: ljo (orig)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xview
|
|
PORTVERSION= 3.2.1
|
|
CATEGORIES= x11-toolkits
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL} \
|
|
${MASTER_SITE_XCONTRIB}
|
|
# former for ${MASER_SITE_LOCAL}, latter for ${MASTER_SITE_XCONTRIB}
|
|
MASTER_SITE_SUBDIR= asami/LOCAL_PORTS libraries
|
|
DISTNAME= xview3.2p1-X11R6
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
USE_IMAKE= yes
|
|
INSTALLS_SHLIB= yes
|
|
IMAKEINCLUDE= "-I${X11BASE}/lib/X11/config -I${WRKSRC}/config"
|
|
MAKE_ENV+= IMAKEINCLUDE=${IMAKEINCLUDE}
|
|
XMKMF= ${SETENV} IMAKEINCLUDE=${IMAKEINCLUDE} xmkmf -a
|
|
ALL_TARGET= World
|
|
|
|
MAN1= msgfmt.1 xgettext.1 xview.1
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@(cd $(WRKSRC); $(MAKE) -k 'SUBDIRS=doc' install)
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|