mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
d23a795680
Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
24 lines
527 B
Makefile
24 lines
527 B
Makefile
# New ports collection makefile for: STk
|
|
# Version required: 3.1
|
|
# Date created: 17 Sep 96
|
|
# Whom: jmacd@cs.berkeley.edu
|
|
#
|
|
# $Id: Makefile,v 1.11 1996/09/17 23:55:28 jmacd Exp $
|
|
#
|
|
|
|
DISTNAME= STk-3.1
|
|
CATEGORIES= lang
|
|
MASTER_SITES= ftp://kaolin.unice.fr/pub/
|
|
|
|
MAINTAINER= jmacd@FreeBSD.ORG
|
|
|
|
PATCH_STRIP= -p1
|
|
IS_INTERACTIVE= yes
|
|
GNU_CONFIGURE= yes
|
|
MAKE_FLAGS= "prefix=${PREFIX}" -f
|
|
|
|
post-install:
|
|
@(cd ${WRKSRC}; ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} install.man)
|
|
|
|
.include <bsd.port.mk>
|