mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
10a7079a77
=== : c++ -O2 -pipe -DHAVE_CONFIG_H -c -o html-table.o html-table.cc html-table.cc:19: declaration of C function `char * alloca(int)' conflicts with /usr/include/stdlib.h:133: previous declaration `void * alloca(unsigned int)' here gmake: *** [html-table.o] Error 1 *** Error code 2 === While I'm here, portlint.
25 lines
503 B
Makefile
25 lines
503 B
Makefile
# New ports collection makefile for: word2x
|
|
# Version required: 0.002
|
|
# Date created: 10 June 1998
|
|
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
|
|
#
|
|
# $Id: Makefile,v 1.2 1998/09/14 02:45:06 thepish Exp $
|
|
|
|
DISTNAME= word2x
|
|
PKGNAME= word2x-0.002
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ftp://word2x.astra.co.uk/pub/word2x/
|
|
|
|
MAINTAINER= ports@FreeBSD.ORG
|
|
|
|
BROKEN= build
|
|
|
|
WRKSRC= ${WRKDIR}/word2x-0.002
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CXXFLAGS="${CFLAGS}"
|
|
|
|
MAN1= word2x.1
|
|
|
|
.include <bsd.port.mk>
|