1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/x11-servers/XFree86-4-Server/Makefile

41 lines
1.1 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: XFree86
1996-11-06 13:38:22 +00:00
# Version required: 3.2
# Date created: 5 January 1995
# Whom: jmz
#
1996-11-06 13:38:22 +00:00
# $Id: Makefile,v 1.17 1996/02/15 00:53:15 jmz Exp $
#
#######################################################################
# #
# Configurable Section #
# #
#######################################################################
#
# Define FORCE_PACKAGE from the command line if you want to override
# this and build a package
NO_PACKAGE = yes
#######################################################################
DISTNAME = xc
1996-11-06 13:38:22 +00:00
PKGNAME = XFree86-3.2
CATEGORIES = x11
1996-11-06 13:38:22 +00:00
IS_INTERACTIVE = yes
PREFIX = /usr/X11R6
1995-04-13 15:22:11 +00:00
MAINTAINER= jmz@FreeBSD.ORG
1995-04-22 22:39:30 +00:00
do-build:
1996-11-06 13:38:22 +00:00
@(cd ${WRKSRC}; echo Good night...; make World 2>&1 | tee world.log)
@touch ${WRKDIR}/.build_done
do-install:
@(cd ${WRKSRC}; make install; make install.man)
1996-11-06 13:38:22 +00:00
@touch ${WRKDIR}/.install_done
1996-11-06 13:38:22 +00:00
.include "Makefile.ftp"
post-install:
ldconfig -m ${PREFIX}/lib
.include <bsd.port.mk>
1996-11-06 13:38:22 +00:00