1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-17 00:00:40 +00:00
freebsd-ports/games/xabacus/Makefile

31 lines
713 B
Makefile
Raw Normal View History

# New ports collection makefile for: xabacus
# Date created: 3 May 1998
# Whom: Andrey Zakhvatov
#
1999-08-25 06:06:33 +00:00
# $FreeBSD$
#
PORTNAME= xabacus
PORTVERSION= 5.5.2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_XCONTRIB} \
ftp://ftp.tux.org/pub/tux/bagleyd/xabacus/
MASTER_SITE_SUBDIR= applications
MAINTAINER= ports@FreeBSD.org
WRKSRC= ${WRKDIR}/xabacus
REQUIRES_MOTIF= yes
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
MAN1= xabacus.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xabacus ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/xmabacus ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/xabacus.man ${PREFIX}/man/man1/xabacus.1
${INSTALL_DATA} ${WRKSRC}/Abacus.ad ${X11BASE}/lib/X11/app-defaults/Abacus
.include <bsd.port.mk>