mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
2971a93e52
strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and xnibbles.
25 lines
496 B
Makefile
25 lines
496 B
Makefile
# 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= 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>
|