aboutsummaryrefslogblamecommitdiff
path: root/graphics/snx101util/Makefile
blob: 05ff06bf3a9956c798b3f0ebe7c7991c380a8bab (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                            
                 
                        
                                                   



























                                                                                                                                   
# New ports collection makefile for:	snx101util
# Date created:				23 November 2004
# Whom:					Yoichi NAKAYAMA <yoichi@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	snx101util
PORTVERSION=	0.2
PORTREVISION=	2
CATEGORIES=	graphics
MASTER_SITES=	http://www.medias.ne.jp/~takam/bsd/

MAINTAINER=	yoichi@FreeBSD.org
COMMENT=	Image capture programs for Webcam based SN9C101

.if defined(WITHOUT_X11)
COMPONENTS=	snx101shot
.else
USE_GNOME=	imlib gtk12
COMPONENTS=	snx101shot snx101view
.endif

MAN1=		${COMPONENTS:S/$/.1/}
MANCOMPRESSED=	yes
PLIST_FILES=	${COMPONENTS:S/^/bin\//}

MAKE_ARGS+=	MANDIR=${MANPREFIX}/man/man

do-build:
.for component in ${COMPONENTS}
	@(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} Makefile.${component} ${MAKE_ARGS} ${ALL_TARGET})
.endfor

do-install:
.for component in ${COMPONENTS}
	@(cd ${INSTALL_WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} Makefile.${component} ${MAKE_ARGS} ${INSTALL_TARGET})
.endfor

.include <bsd.port.mk>