aboutsummaryrefslogtreecommitdiffstats
path: root/games/xteddy/Makefile
blob: d3c7784afc929460eeb566336591304e148c010b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# New ports collection makefile for:   xteddy
# Date created:        3 June 1998
# Whom:                Eckart "Isegrim" Hofmann
#
# $FreeBSD$
#

PORTNAME=   xteddy
PORTVERSION=    1.0
CATEGORIES= games
MASTER_SITES=   # disappeared

MAINTAINER= ports@FreeBSD.org
COMMENT=    A cuddlesome teddy for the X desktop

BROKEN=     "does not fetch"
DEPRECATED= ${BROKEN}
EXPIRATION_DATE=    2005-12-09

NO_CDROM=   "Can only be distributed for free"

USE_IMAKE=  yes
USE_XPM=    yes
MAN1=       xteddy.1
PLIST_FILES=    bin/xteddy

post-install:
        ${STRIP_CMD} ${PREFIX}/bin/xteddy
.include <bsd.port.mk>