blob: 085f2d954471eb472a835ec00daaa17c96cf2c26 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: xmascot
# Version required: 2.5p2
# Date created: 20 November 1996
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
# $Id: Makefile,v 1.1.1.1 1996/11/19 12:23:50 asami Exp $
#
DISTNAME= xmascot2.5p2
PKGNAME= xmascot-2.5p2
CATEGORIES= x11
MASTER_SITES= ftp://cclub.tutcc.tut.ac.jp/pub/xmascot/
MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp
USE_GMAKE= yes
USE_IMAKE= yes
MAN1= xmascot.1
MANCOMPRESSED= yes
.include <bsd.port.mk>
|