diff options
author | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1998-12-24 14:32:14 +0000 |
---|---|---|
committer | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1998-12-24 14:32:14 +0000 |
commit | 21d1e768c26bccca58d120e99d3d67fc44103d82 (patch) | |
tree | b2693e8c857731a184f9dbf5d8c43f947960f0ce /x11/xmangekyou/Makefile | |
parent | 3e5ae9c6317c339666a0369316814a7234faabc6 (diff) |
Notes
Diffstat (limited to 'x11/xmangekyou/Makefile')
-rw-r--r-- | x11/xmangekyou/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/x11/xmangekyou/Makefile b/x11/xmangekyou/Makefile new file mode 100644 index 000000000000..5fcf024c31b5 --- /dev/null +++ b/x11/xmangekyou/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: XMangekyou +# Version required: 1.03 +# Date created: 30 October 1998 +# Whom: Sakai Hiroaki <sakai@miya.ee.kagu.sut.ac.jp> +# +# $Id$ +# + +DISTNAME= xmangekyou-1.03 +CATEGORIES= x11 +MASTER_SITES= http://www.ed.kagu.sut.ac.jp/~j4397617/ + +MAINTAINER= sakai@miya.ee.kagu.sut.ac.jp + +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm + +ALL_TARGET= xmangekyou + +USE_X_PREFIX= yes + +MAN1= xmangekyou.1 +MANCOMPRESSED= yes + +.include <bsd.port.mk> |