openbsd-ports/lang/squeak/image/Makefile
espie caa0a20e39 Basic update to squeak 3.6.
Modify port structure to create several packages more closely based
on distribution (and this is actually simpler to manage).
2004-07-21 11:19:30 +00:00

18 lines
357 B
Makefile

# $OpenBSD: Makefile,v 1.1 2004/07/21 11:19:30 espie Exp $
COMMENT= "smalltalk system, runtime image"
PKG_ARCH=*
IMAGE_V=5429
DISTFILES=Squeak-$V-${IMAGE_V}.image.tar.gz
DISTNAME=squeak-image-$V.${IMAGE_V}
EXTRACT_ONLY=
NO_BUILD=Yes
do-install:
cd ${WRKINST} && tar -zx -s ,Squeak-$V-${SRC_V}/,, -f ${FULLDISTDIR}/${DISTFILES}
.include <bsd.port.mk>