2005-02-23 19:14:49 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.2 2005/02/23 19:14:49 alek Exp $
|
2004-07-21 11:19:30 +00:00
|
|
|
|
|
|
|
|
|
|
|
COMMENT= "smalltalk system, sources"
|
|
|
|
|
|
|
|
DISTFILES=Squeak-${MAJOR}.sources.tar.gz
|
|
|
|
EXTRACT_ONLY=
|
|
|
|
NO_BUILD=Yes
|
|
|
|
DISTNAME=squeak-sources-${MAJOR}
|
2005-02-23 19:14:49 +00:00
|
|
|
PKGNAME=${DISTNAME}p0
|
|
|
|
PKG_ARCH=*
|
2004-07-21 11:19:30 +00:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
cd ${WRKINST} && tar -zx -s ,Squeak-${MAJOR}/,, -f ${FULLDISTDIR}/${DISTFILES}
|
|
|
|
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|