freebsd-ports/games/xtrojka/Makefile

28 lines
449 B
Makefile
Raw Normal View History

# New ports collection makefile for: xtrojka
# Date created: 22 march 2000
# Whom: Edwin Mons
#
# $FreeBSD$
#
PORTNAME= xtrojka
PORTVERSION= 1.1
CATEGORIES= games
MASTER_SITES= ftp://ftp.funet.fi/pub/unix/games/
DISTNAME= ${PORTNAME}
MAINTAINER= e@ik.nu
WRKSRC= ${WRKDIR}
MAN6= xtrojka.6
MANCOMPRESSED= yes
USE_XLIB= yes
pre-install:
${MKDIR} ${PREFIX}/share/xtrojka
post-install:
strip ${PREFIX}/bin/xtrojka
.include <bsd.port.mk>