diff options
author | hubertf <hubertf> | 1997-10-11 21:53:59 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1997-10-11 21:53:59 +0000 |
commit | f5ee8e2561694e498edddcfba4a7f15ea35e3c17 (patch) | |
tree | cd1e0be6347cb17aeb9201b0ecc45b0286c98b53 /misc/splitvt/Makefile | |
parent | ef17a602de1210761f4ecdc6eea0e872eae46423 (diff) | |
download | pkgsrc-f5ee8e2561694e498edddcfba4a7f15ea35e3c17.tar.gz |
Import as of 09/25/97
Diffstat (limited to 'misc/splitvt/Makefile')
-rw-r--r-- | misc/splitvt/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/misc/splitvt/Makefile b/misc/splitvt/Makefile new file mode 100644 index 00000000000..ce5b873319b --- /dev/null +++ b/misc/splitvt/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: Splitvt +# Version required: 1.6.1 +# Date created: Fri Oct 4, 1996 +# Whom: David O'Brien (obrien@cs.ucdavis.edu) +# +# $Id: Makefile,v 1.1.1.1 1997/10/11 21:54:59 hubertf Exp $ +# + +DISTNAME= splitvt-1.6.3 +CATEGORIES= misc +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= utils/console + +MAINTAINER= obrien@FreeBSD.org + +HAS_CONFIGURE= yes +CONFIGURE_SCRIPT= Configure +ALL_TARGET= +MAN1= splitvt.1 + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/splitvt ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/splitvt.1 ${PREFIX}/man/man1 + +.include <bsd.port.mk> |