blob: 830e1a89dacad84b48feba8bac4102ef3a6fc310 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# New ports collection makefile for: neXtaw
# Version required: 0.5
# Date created: 16 January 1997
# Whom: Thomas Gellekum <tg@freebsd.org>
#
# $Id: Makefile,v 1.4 1997/07/17 15:13:01 max Exp $
#
DISTNAME= neXtaw-0.5
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= libs/X
MAINTAINER= tg@FreeBSD.ORG
USE_IMAKE= yes
post-extract:
@${RM} -rf ${WRKSRC}/X11
post-configure:
@${ECHO_MSG} "*********************************************************************"
@${ECHO_MSG} "* Don't worry about the warning messages above, the port will build *"
@${ECHO_MSG} "*********************************************************************"
@cd ${WRKSRC}/exports/include/X11/neXtaw; ln -sf ../../../../*.h .
post-install:
${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>
|