1999-12-29 09:12:34 +00:00
|
|
|
# New ports collection makefile for: Willows
|
|
|
|
# Date created: 5 June 1999
|
|
|
|
# Whom: Pedro F. Giffuni
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-12 04:56:17 +00:00
|
|
|
PORTNAME= twin
|
|
|
|
PORTVERSION= 1999.12.30
|
1999-12-29 09:12:34 +00:00
|
|
|
CATEGORIES= emulators devel
|
|
|
|
MASTER_SITES= ftp://ftp.willows.com/pub/development/
|
2000-04-12 04:56:17 +00:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g}
|
1999-12-29 09:12:34 +00:00
|
|
|
|
|
|
|
MAINTAINER= giffunip@asme.org
|
|
|
|
|
|
|
|
WRKSRC= $(WRKDIR)/twin
|
2000-01-02 08:50:59 +00:00
|
|
|
USE_XLIB= yes
|
2000-06-16 21:52:40 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
1999-12-29 09:12:34 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
ALL_TARGET= depend world
|
|
|
|
CONFIGURE_ARGS=
|
|
|
|
|
|
|
|
# This hack is in order to avoid a build error with optimizations on,
|
|
|
|
# a real bugfix will surely come soon.
|
|
|
|
pre-patch:
|
|
|
|
${CP} $(WRKSRC)/windows/if32.s $(WRKSRC)/windows/if32.S
|
|
|
|
|
|
|
|
pre-configure:
|
|
|
|
${ECHO} "configure_args = ${CONFIGURE_ARGS}"
|
|
|
|
${ECHO} "configure_env = ${CONFIGURE_ENV}"
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${PREFIX}/share/doc/twin
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/documentation/* ${PREFIX}/share/doc/twin
|
|
|
|
${GZIP_CMD} ${PREFIX}/share/doc/twin/*
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|