blob: 1757bac0fccfeed8ee792d56c94fe88f15d1cf03 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: xmascot
# Date created: 20 November 1996
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
# $FreeBSD$
#
PORTNAME= xmascot
PORTVERSION= 2.6a
CATEGORIES= x11
MASTER_SITES= ftp://cclub.tutcc.tut.ac.jp/pub/xmascot/ \
http://cclub-flying.dsl.gr.jp/products/xmascot/
DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= nakai@FreeBSD.org
USE_IMAKE= yes
MAN1= xmascot.1
.include <bsd.port.mk>
|