freebsd-ports/x11-toolkits/v/Makefile
Satoshi Asami ceba211283 Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
1998-08-05 09:31:52 +00:00

43 lines
1.1 KiB
Makefile

# New ports collection makefile for: v
# Version required: 1.19
# Date created: 8 Feb 1998
# Whom: Donald Burr <dburr@FreeBSD.ORG>
#
# $Id: Makefile,v 1.5 1998/07/25 12:51:12 asami Exp $
#
DISTNAME= v-1.19
CATEGORIES= x11 devel graphics
MASTER_SITES= ftp://objectcentral.com/
MAINTAINER= dburr@FreeBSD.ORG
BROKEN= fetch
WRKSRC= ${WRKDIR}/v
USE_X_PREFIX= YES
USE_GMAKE= YES
MAKE_ENV= INSTALLDIR=${PREFIX} HOMEV=${WRKSRC}
do-configure:
${CP} ${WRKSRC}/ConfigX.mk ${WRKSRC}/Config.mk
pre-build:
${MKDIR} ${WRKSRC}/obj/bsd ${WRKSRC}/objm/bsd ${WRKSRC}/lib/bsd ${WRKSRC}/bin/bsd
post-install:
${RANLIB} ${PREFIX}/lib/libV.a
.ifdef NOPORTDOCS
@echo "==> Extra documentation WILL NOT be installed."
.else
@echo "==> Installing extra docs under ${PREFIX}/share/doc/v..."
${MKDIR} ${PREFIX}/share/doc/v
${CP} -R ${WRKSRC}/doc/* ${PREFIX}/share/doc/v
find ${PREFIX}/share/doc/v -type d -exec chmod 755 {} \;
find ${PREFIX}/share/doc/v -type f -exec chmod 644 {} \;
@echo "==> Extra docs installed. Note, you will need *tex to read 'em."
.endif
@${CAT} ${PKGDIR}/MESSAGE
.include <bsd.port.mk>