mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
25 lines
553 B
Makefile
25 lines
553 B
Makefile
# New ports collection makefile for: xteddy
|
|
# Version required: 1.0
|
|
# Date created: 3 June 1998
|
|
# Whom: Eckart "Isegrim" Hofmann
|
|
#
|
|
# $Id: Makefile,v 1.4 1998/09/17 00:32:40 asami Exp $
|
|
#
|
|
|
|
DISTNAME= xteddy-1.0
|
|
CATEGORIES= games
|
|
MASTER_SITES= ftp://ftp.leo.org:/pub/comp/usenet/comp.sources.x/xteddy/
|
|
|
|
MAINTAINER= Isegrim@Wunder-Nett.org
|
|
|
|
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
|
|
|
|
NO_CDROM= "Can only be distributed for free"
|
|
|
|
USE_IMAKE= yes
|
|
MAN1= xteddy.1
|
|
|
|
post-install:
|
|
strip ${PREFIX}/bin/xteddy
|
|
.include <bsd.port.mk>
|