1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/devel/crossgo32/Makefile
1997-03-28 02:35:44 +00:00

28 lines
840 B
Makefile

# New ports collection makefile for: crossgo32
# Version required: 1.3
# Date created: 6 Mar 97
# Whom: Pedro Giffuni <pgiffuni@fps.biblos.unal.edu.co>
#
# $Id: Makefile,v 1.1.1.1 1997/03/27 20:53:42 erich Exp $
#
DISTNAME= crosstree-1.3
PKGNAME= crossgo32-1.3
CATEGORIES= devel
MASTER_SITES= ftp://freefall.FreeBSD.ORG/pub/FreeBSD/LOCAL_PORTS/
MAINTAINER= pgiffuni@fps.biblos.unal.edu.co
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} --target=${TARGET}
USE_GMAKE= yes
TARGET= i386-go32
MAN1= i386-go32-ar.1 i386-go32-nm.1 i386-go32-objdump.1 \
i386-go32-ranlib.1 i386-go32-size.1 i386-go32-strings.1 \
i386-go32-strip.1 i386-go32-objcopy.1 i386-go32-nlmconv.1 \
i386-go32-g++.1 i386-go32-gcc.1 cccp.1 \
i386-go32-c++filt.1 configure.1 i386-go32-as.1 i386-go32-ld.1
.include <bsd.port.mk>