blob: c0b0f15a3f976ffd98298c22bc95218ba5cd1942 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# 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>
|