freebsd-ports/x11-toolkits/slingshot/Makefile
Satoshi Asami ffb21b5654 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
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
2000-06-16 21:52:40 +00:00

37 lines
841 B
Makefile

# New ports collection makefile for: SlingShot
# Date created: 5 March 1997
# Whom: Pedro Giffuni
#
# $FreeBSD$
#
PORTNAME= slingshot
PORTVERSION= 2.1
CATEGORIES= x11-toolkits
MASTER_SITES= ftp://ftp.x.org/R5contrib/ \
ftp://ftp.freesoftware.com/pub/X11/R5contrib/
DISTNAME= SlingShot${PORTVERSION}
EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview
WRKSRC= ${WRKDIR}/sspkg2.1
USE_X_PREFIX= yes
INSTALLS_SHLIB= yes
USE_GMAKE= yes
MAKE_ENV= OPENWINHOME=${X11BASE}
pre-patch:
${CP} ${WRKSRC}/config.sunos4x ${WRKSRC}/config.fbsd
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/SlingShot
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/SlingShot
${INSTALL_DATA} ${WRKSRC}/doc/*.ps ${PREFIX}/share/doc/SlingShot
.endif
.include <bsd.port.mk>