mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
b148e9ca1d
PR: 17685 Submitted by: Alexander Langer <alex@big.endian.de> Patch by: KATO Tsuguru <tkato@prontomail.ne.jp>
25 lines
416 B
Makefile
25 lines
416 B
Makefile
# New ports collection makefile for: smalltalk
|
|
# Version required: 1.7.3
|
|
# Date created: 09 Feb 1995
|
|
# Whom: gpalmer
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= smalltalk-1.7.3
|
|
CATEGORIES= lang
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
MASTER_SITE_SUBDIR= smalltalk
|
|
|
|
MAINTAINER= alex@big.endian.de
|
|
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= gst.1
|
|
|
|
# Set all-target to test the stuff
|
|
ALL_TARGET= optimize info check
|
|
|
|
.include <bsd.port.mk>
|