mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
4cb9edbf17
The guilty parties: alfred, billf Approved by: kris (MAINTAINER)
26 lines
462 B
Makefile
26 lines
462 B
Makefile
# New ports collection makefile for: cowsay
|
|
# Date created: 01 Sep 2000
|
|
# Whom: Kris Kennaway <kris@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cowsay
|
|
PORTVERSION= 3.03
|
|
CATEGORIES= games
|
|
MASTER_SITES= ftp://ftp.nog.net/pub/tony/cowsay/
|
|
|
|
MAINTAINER= kris@FreeBSD.org
|
|
|
|
USE_PERL5= yes
|
|
|
|
NO_BUILD= # defined
|
|
|
|
MAN1= cowsay.1
|
|
|
|
do-install:
|
|
cd ${WRKSRC}; ${SH} install.sh ${PREFIX}
|
|
@${INSTALL_DATA} ${FILESDIR}/tux-stab.cow ${PREFIX}/share/cows
|
|
|
|
.include <bsd.port.mk>
|