mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
860f319f2b
PR: 31722 Submitted by: KATO Tsuguru <tkato@prontomail.com>
32 lines
636 B
Makefile
32 lines
636 B
Makefile
# New ports collection makefile for: smalltalk
|
|
# Date created: 09 Feb 1995
|
|
# Whom: gpalmer
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= smalltalk
|
|
PORTVERSION= 1.95.5
|
|
CATEGORIES= lang
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_TARGET= # none
|
|
CONFIGURE_ARGS= --build=${ARCH}-portbld-freebsd${OSREL}
|
|
|
|
MAN1= gst.1
|
|
|
|
post-extract:
|
|
@${RM} ${WRKSRC}/doc/gst.info*
|
|
|
|
pre-patch:
|
|
@find ${WRKSRC} -name 'Makefile.in' | xargs ${PERL} -pi -e \
|
|
's| -release \$$\(VERSION\)| -avoid-version|g ; \
|
|
s|\@MAKEINFO\@|\@MAKEINFO\@ --no-split|g'
|
|
|
|
.include <bsd.port.mk>
|