openbsd-ports/lang/squeak/sources/Makefile
alek edda0d5594 sources/
- Add PKG_ARCH
- Bump PKGNAME

vm/
- Add WANTLIB marker
- Remove wrong PKG_ARCH
- Bump PKGNAME

yeah espie@
2005-02-23 19:14:49 +00:00

18 lines
350 B
Makefile

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