1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/x11/xmascot/Makefile

27 lines
659 B
Makefile
Raw Normal View History

# New ports collection makefile for: xmascot
# Date created: 20 November 1996
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
1999-08-31 02:51:23 +00:00
# $FreeBSD$
#
2000-04-13 19:19:05 +00:00
PORTNAME= xmascot
2001-02-05 16:18:54 +00:00
PORTVERSION= 2.6a
PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= ftp://cclub.tutcc.tut.ac.jp/pub/xmascot/ \
http://cclub-flying.dsl.gr.jp/products/xmascot/
2000-04-13 19:19:05 +00:00
DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= nakai@FreeBSD.org
COMMENT= Moving mascot on your X11 screen
USE_IMAKE= yes
MAN1= xmascot.1
post-install:
-@${MKDIR} ${PREFIX}/lib/X11/ja_JP.EUC/app-defaults
${CP} ${PREFIX}/lib/X11/ja_JP.eucJP/app-defaults/XMascot ${PREFIX}/lib/X11/ja_JP.EUC/app-defaults/
.include <bsd.port.mk>