mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
b671ad5dfe
PR: 17547 Submitted by: Edwin Mons <e@ik.nu>
28 lines
456 B
Makefile
28 lines
456 B
Makefile
# 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:
|
|
@exec mkdirhier ${PREFIX}/share/xtrojka
|
|
|
|
post-install:
|
|
strip ${PREFIX}/bin/xtrojka
|
|
|
|
.include <bsd.port.mk>
|