aboutsummaryrefslogtreecommitdiff
path: root/games/laughingman/Makefile
blob: 976d22c3ea42f74649e9f8ab5ddc94432a0a40fe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# New ports collection makefile for:	laughingman
# Date created:				2007-07-13
# Whom:					nork@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=	laughingman
PORTVERSION=	0.20070610
PORTREVISION=	1
CATEGORIES=	games multimedia graphics
MASTER_SITES=	http://www.masayashi.com/wp-content/uploads/2007/04/
DISTNAME=	LaughingMan_proj
EXTRACT_SUFX=	.lzh
DIST_SUBDIR=	${PORTNAME}/${PORTVERSION}

MAINTAINER=	nork@FreeBSD.org
COMMENT=	A real-time face hijacking program made by the ultimate hacker Aoi

LIB_DEPENDS=	cv.1:${PORTSDIR}/graphics/opencv
EXTRACT_DEPENDS=lha:${PORTSDIR}/archivers/lha

EXTRACT_CMD=	lha
EXTRACT_BEFORE_ARGS=xiq2
EXTRACT_AFTER_ARGS=

NO_WRKSUBDIR=	yes

MAKE_ENV+=	BINDIR=${PREFIX}/bin \
		DATADIR=${DATADIR}

post-extract:
	@${CP} ${FILESDIR}/Makefile ${WRKSRC}

.include <bsd.port.mk>