diff options
author | obrien <obrien@FreeBSD.org> | 2000-04-12 06:21:15 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-04-12 06:21:15 +0000 |
commit | 279d0c568395b4252ea7d025ef414367c67379c0 (patch) | |
tree | 8f72921d00682487baa00cb9380ca8975f5469ce /lang/STk/Makefile | |
parent | 98e3a046d36f9f73a339aeedddb8c7f75429c5fe (diff) | |
download | FreeBSD-ports-279d0c568395b4252ea7d025ef414367c67379c0.zip FreeBSD-ports-279d0c568395b4252ea7d025ef414367c67379c0.tar.gz |
Convert to the PORTNAME - PORTVERSION syntax.
Diffstat (limited to 'lang/STk/Makefile')
-rw-r--r-- | lang/STk/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/STk/Makefile b/lang/STk/Makefile index befe3a7..c8b651e 100644 --- a/lang/STk/Makefile +++ b/lang/STk/Makefile @@ -1,21 +1,21 @@ # New ports collection makefile for: STk -# Version required: 3.1 # Date created: 17 Sep 96 # Whom: jmacd@cs.berkeley.edu # # $FreeBSD$ # -DISTNAME= STk-3.1.1 +PORTNAME= STk +PORTVERSION= 3.1.1 CATEGORIES= lang MASTER_SITES= ftp://kaolin.unice.fr/pub/ MAINTAINER= jmacd@FreeBSD.org USE_XLIB= yes -PATCH_STRIP= -p1 +PATCH_STRIP= -p1 GNU_CONFIGURE= yes -MAKE_FLAGS= "prefix=${PREFIX}" -f +MAKE_FLAGS= "prefix=${PREFIX}" -f STK_ARCH!= echo "$$(uname)-$$(uname -r)-$$(uname -m)" PLIST_SUB= STK_VERSION=3.1.1 STK_ARCH=${STK_ARCH} |