summaryrefslogtreecommitdiff
path: root/games/xoj/Makefile
blob: 628e35475b0976b6f1ecbf3b63f6c5e106779555 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:	xoj
# Version required:			1.0
# Date created:				30 March 1998
# Whom:					Andrey Zakhvatov
#
# $FreeBSD$
#

DISTNAME=		xoj-1.0
CATEGORIES=		games
MASTER_SITES=		${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR=	X11/demos
EXTRACT_SUFX=		.tgz

MAINTAINER=		ports@FreeBSD.org

USE_IMAKE=		yes

do-install:
	@ ${INSTALL_PROGRAM} ${WRKSRC}/xoj ${PREFIX}/bin

.include <bsd.port.mk>