openbsd-ports/lang/squeak/sources/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

16 lines
318 B
Makefile

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