aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/qcread/Makefile
blob: f01d15e130ac3379486f2186a0213ad375fc4d5b (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
# New ports collection makefile for:   qcread
# Date created:        23 August 1998
# Whom:                Bill Fumerola <billf@chc-chimes.com>
#
# $FreeBSD$
#

PORTNAME=   qcread
PORTVERSION=    0.3
PORTREVISION=   1
CATEGORIES= graphics
MASTER_SITES=   http://www.fhttpd.org/pub/qcread/

MAINTAINER= ports@FreeBSD.org
COMMENT=    Supports both color and B&W parallel-port Connectix QuickCam for PC

ONLY_FOR_ARCHS= i386

USE_GETOPT_LONG=    yes

do-build:
    cd ${WRKSRC} && ${CC} ${CFLAGS} -I. -DFreeBSD ${CPPFLAGS} \
        -o qcread qcread.c cqc.c -lm ${LDFLAGS}

do-install:
    ${INSTALL} ${COPY} -o root -g wheel -m 644 ${WRKSRC}/qcam.conf ${PREFIX}/etc/qcam.conf.dist
    if [ ! -e ${PREFIX}/etc/qcam.conf ]; then \
        ${CP} ${PREFIX}/etc/qcam.conf.dist ${PREFIX}/etc/qcam.conf; \
    fi
    ${INSTALL_PROGRAM} ${WRKSRC}/qcread ${PREFIX}/bin

.include <bsd.port.mk>
href='/~lantw44/cgit/cgit.cgi/freebsd-ports-gnome/commit/lang/python?id=6399415d369e388f3b8c41a3deb8dd2c3f4aafca'>Introduce two new versions of Python: 2.6 and 3.0rc1 (finally!)perky2008-10-131-0/+6 * Update python23 to 2.3.7.perky2008-05-301-0/+3 * Update python23 to Python 2.3.6 and python24 to Python 2.4.5.perky2008-03-161-0/+6 * Update to Python 2.5.2.perky2008-02-241-0/+3 * - use PORTUPGRADE_CMD instead of PORTUPGRADE so as not to confict with thealexbl2007-08-011-5/+5 * - Make Python 2.5.1 the default Python versionalexbl2007-07-302-20/+24 * Update to Python 2.4.4.delphij2007-02-142-1/+4 * Populate a new ports-mgmt category. List of moved ports:pav2007-02-051-1/+1 * Revert the default version of Python to 2.4 for the ports freezeperky2006-10-131-4/+5 * - Restrict a dependency to the real interpreter to _RUN only. Thisperky2006-10-091-1/+1 * Fix version number to 2.5 even if 2.4 is in the system.perky2006-10-091-1/+2 * - Update the main python version to 2.5.perky2006-10-099-2674/+15 * Fix buffer overrun when performing repr() on a unicode string in a buildsimon2006-10-082-0/+68 * Add a checksum for 2.5c2 and remove checksums for old beta releases.perky2006-09-141-6/+3 * Avoid to use "ncursesw" which causes segfault when the system hasperky2006-08-121-2/+20 * Add checksums for Python 2.5b3 and remove old checksums for pre-alphaperky2006-08-041-9/+3 * Add a checksum for Python 2.5b1perky2006-06-231-0/+3 * [PATCH] lang/python: Some portlint fixesedwin2006-05-141-3/+3 * Remove USE_REINPLACE from the categories starting with Ledwin2006-05-101-1/+0 * Update to Python 2.4.3.perky2006-03-304-2938/+1228 * Add a checksum for Python 2.5.a0.20060326perky2006-03-261-0/+3 * SHA256ify (approved by krion@)edwin2006-02-011-11/+41 * Add a CONFLICT to lang/python-mode.el.perky2005-11-021-0/+1 * Bring a bugfix enabling WITHOUT_THREADS build again.perky2005-10-041-0/+27 * - Update to Python 2.4.2. [1]perky2005-10-025-55/+19 * Add checksum for 2.5.a0.20050728 snapshot.perky2005-07-281-0/+2 * Fix fcntl.ioctl argument parsing to accept termios.TIOCGWINSZ.perky2005-07-282-1/+36 * Backport support for FreeBSD 7 and drop support for FreeBSD 3.perky2005-07-183-20/+644 * - Disable "fpectl" base module on non-i386 platforms to fix buildperky2005-06-191-2/+7 * - Make FPECTL support optional and turn it off by default becauseperky2005-05-122-2/+20 * At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1 * Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1 * Update to Python 2.4.1perky2005-04-035-127/+43 * Fix package building on non-i386 platforms by unrestrict `audioop`perky2005-03-291-1/+1 * Unbreak package building on ia64, alpha, amd64 and sparc64 byperky2005-03-231-1/+1 * Add checksum info for Python 2.3.5.perky2005-03-211-0/+2 * Add a patch from PSF-2005-001 which fixes SimpleXMLRPCServerperky2005-02-042-0/+126 * Resurrect lang/python-devel port with Python 2.5 development snapshotperky2005-01-291-2/+2 * Add new utility target named 'upgrade-site-packages' to upgradeperky2004-12-061-0/+22 * mpz module is deprecated since Python 2.2 and removed in Python 2.4.perky2004-12-021-1/+0 * - Update lang/python to 2.4 final release.perky2004-12-0111-700/+334 * - Update python-devel to 2.4c1perky2004-11-211-2/+2 * farewell to libxpg4.sf2004-11-151-7/+0 * Add checksum for Python-2.4b2.perky2004-11-071-2/+2 * Add distinfo for Python-2.4a3perky2004-09-041-4/+2 * Fix package build on 4-STABLE.perky2004-08-211-1/+1 * - Add support for FreeBSD 6.perky2004-08-215-16/+552 * - Allow to disable IPv6 support [1]perky2004-08-072-2/+5 * Make PORTREVISION overridable by slave ports.perky2004-07-101-1/+1 * Allow to install and use 3rd party packages in X11BASE.perky2004-07-101-0/+4 * The tarball for Python 2.4a1 is renamed in the site.perky2004-07-101-2/+2 * Add checksum info for 2.4a1.perky2004-07-081-1/+2 * Fix comment.perky2004-06-281-1/+1 * Use ${CC} instead of cc on dynamic linkings.perky2004-06-041-4/+13 * - Update to Python 2.3.4.perky2004-05-276-91/+7 * Use OPTIONS.perky2004-05-071-11/+12 * Reduce configure warning.perky2004-04-181-0/+1 * Fixed a bug where the configure script couldn't detect getaddrinfo()perky2004-04-142-2/+10 * Fix stackless build broken by the recent shared-build commit.perky2004-03-221-1/+1 * Correct pre-install target to pre-su-install so that the credentialperky2004-03-181-1/+1 * - Fix installation problem where PREFIX != LOCALBASE.perky2004-03-112-2/+4 * Create a symbolic link to lib/python2.3.so on lib/python2.3/config/perky2004-03-092-1/+3 * Build and install a shared library and its frontend besides static oneperky2004-03-082-20/+51 * - Update stackless_python to 2.3.3 as of 040225 and unmark BROKEN.perky2004-02-271-1/+2 * - Add a workaround for the net/straw port installation problemperky2004-02-242-1/+18 * On ia64, libpython2.3 must be built with -fPIC as well. This unbreaksmarcel2004-02-171-1/+1 * - Use process scope threads instead of system scope to enable largeperky2004-02-095-9/+97 * Add checksum entry for Python 2.4 040106.perky2004-01-091-0/+1 * Fix builds for whom has VPATH on his/her environment variables.perky2003-12-281-0/+1 * - Update to Python-2.3.3perky2003-12-209-508/+42 * Add WWW.demon2003-12-041-0/+2 * Add fix for a fatal bug in type's GC handling causes segfaults.perky2003-11-215-1/+488 * Ignore syntax errors on compiling 3rd party packages.perky2003-11-161-0/+16 * Clarify a sentence on pkg-message.perky2003-11-131-1/+1 * - Include pyexpat module in python base ports because python incorporatedperky2003-11-054-8/+5 * - Update lang/python-devel to Python-2.4 031022 snapshot.perky2003-10-303-6/+6 * Add missed ossaudiodev.so into pkg-plist (only for x86, since I don't havesobomax2003-10-303-2/+16 * Don't use PYTHON_DISTFILE as well as PYTHON_WRKSRC on lang/python* portsperky2003-10-221-2/+2 * - Add WITHOUT_PYMALLOC knob that disables pymalloc, the internalperky2003-10-191-1/+5 * Add alpha to list of 64bit architectures. (This fixes packageperky2003-10-161-1/+1 * Update to Python-2.3.2perky2003-10-044-31/+11 * - Install a 'real' shared object when BUILD_SHARED=yes. [1]perky2003-09-293-7/+19 * Use smaller recursion limits on amd64 and sparc64 to avoidperky2003-09-281-0/+19 * - Revive os.fsync function which is disabled by a typo of Python-2.3.1.perky2003-09-273-4/+25 * Add notes about separated standard modules.perky2003-09-262-0/+14 * - Update to Python-2.3.1, the lastest Bugfix release.perky2003-09-243-14/+9 * BUILD_STATIC by default because it's better.perky2003-08-221-1/+2 * Add md5 digest for python 2.4a0.20030801perky2003-08-011-0/+1 * - Update to Python-2.3perky2003-08-015-451/+882 * Set per-thread stack size to 0x20000 (default) or 0x100000perky2003-07-091-1/+6 * o Utilize MASTER_SITE_PYTHON.perky2003-07-042-4/+9 * Take maintainerships from alane's python ports.perky2003-06-091-1/+1 * REST IN PEACEwill2003-06-091-1/+1 * Update to 2.2.3perky2003-06-043-4/+62 * Destroy pkg-comment for some of the stranger uses in the tree,ade2003-03-072-1/+1 * PORTREVSION => 2.alane2002-11-222-170/+2 * PORTREVISION => 1alane2002-11-221-0/+12 * PORTREVISION => 1alane2002-11-222-2/+168 * Simplified threads configuration.alane2002-11-211-3/+5 * Take over as maintainer since tg is taking a leave of absence from portalane2002-11-161-1/+1 * Upgrade to Python-2.2.2.perky2002-10-175-30/+44 * Use new PYTHONPREFIX_*DIR variables to make these ports PREFIX-clean.tg2002-06-141-6/+6 * Fix building on the Alpha.tg2002-05-162-4/+10 * Add patch from SF PR #541980. This fixes 4suite.tg2002-04-171-0/+14 * Upgrade to Python-2.2.tg2002-04-124-64/+6 * Add SourceForge as a well connected secondary MASTER_SITES location.tg2002-04-021-0/+2 * Explicitly enable IPv6 support.tg2002-04-021-2/+8 * Fix sizeof(wchar_t) calculation.tg2002-01-211-0/+10 * Implement PyObject_DelItemString(), which was obviously forgotten fortg2002-01-162-0/+57 * Upgrade lang/python to 2.2. Adjust bsd.python.mk accordingly.tg2002-01-074-134/+346 * Re-add fpectl.so to the plist to fix packaging. Re-enable supporttg2001-11-202-2/+2 * Don't build mpz extension, it's moved to a separate port.tg2001-10-193-10/+3 * Depend on math/libgmp when running a recent -current.tg2001-09-251-0/+6 * Upgrade to 2.1.1.tg2001-07-253-2/+10 * Upgrade to 2.1.tg2001-05-0212-1169/+876 * Fix building on -current.tg2001-04-261-0/+38 * -pthread --> ${PTHREAD_LIBS}sobomax2001-03-301-2/+2 * Allow MAINTAINER to be redefined in a slave port.sobomax2001-03-291-1/+1 * MASTER_SITE changed.tg2000-12-071-1/+2 * Install Demo/ dir to $PREFIX/share/examples/python.tg2000-11-292-3/+325 * Fix compilation on FreeBSD-3.x.tg2000-11-131-0/+6 * Upgrade to 2.0.tg2000-10-18