1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/graphics/snx101util/Makefile
Ade Lovett fe279f0df8 Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with:	kris
Approved by:	portmgr (implicit)
2006-03-07 08:28:06 +00:00

41 lines
981 B
Makefile

# New ports collection makefile for: snx101util
# Date created: 23 November 2004
# Whom: Yoichi NAKAYAMA <yoichi@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= snx101util
PORTVERSION= 0.2
PORTREVISION= 1
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>