mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
933e7d280b
installing the package but before executing the package. Include the homepage in pkg/DESCR. portlint.
26 lines
632 B
Makefile
26 lines
632 B
Makefile
# New ports collection makefile for: kaffe
|
|
# Version required: 1.0.b1
|
|
# Date created: 20 February 1995
|
|
# Whom: Tim Wilkinson <tim@sarc.city.ac.uk>
|
|
#
|
|
# $Id: Makefile,v 1.35 1998/10/10 03:40:18 steve Exp $
|
|
#
|
|
|
|
DISTNAME= kaffe-1.0.b2
|
|
CATEGORIES= lang
|
|
MASTER_SITES= ftp://ftp.transvirtual.com/pub/kaffe/
|
|
|
|
MAINTAINER= xaa@xaa.iae.nl
|
|
|
|
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg
|
|
|
|
GNU_CONFIGURE= yes
|
|
MAN1= kaffe.1
|
|
|
|
post-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/ENVIRONMENT ${PREFIX}/share/kaffe
|
|
${INSTALL_DATA} ${WRKSRC}/license.terms ${PREFIX}/share/kaffe
|
|
@${CAT} ${PKGDIR}/MESSAGE
|
|
|
|
.include <bsd.port.mk>
|