# New ports collection makefile for: FreeDoko # Date created: 02 Jun 2004 # Whom: Thomas Gellekum # # $FreeBSD$ # PORTNAME= freedoko PORTVERSION= 0.6.5b #PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= free-doko DISTNAME= FreeDoko_${PORTVERSION}.src MAINTAINER= ports@FreeBSD.org COMMENT= Play the card game Doppelkopf LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 USE_ZIP= yes WRKSRC= ${WRKDIR}/${DISTNAME:C/\.src$//}/src USE_REINPLACE= yes USE_GMAKE= yes USE_GCC= 3.3 MAKE_ENV= OSTYPE=linux-gnu DATADIR=${DATADIR} CPIOFLAGS= --quiet -pdum -R ${SHAREOWN}:${SHAREGRP} DATASUBDIRS= ai backgrounds cardsets rules translations post-patch: @for f in ${WRKSRC}/ui/gtkmm/*.cpp ${WRKSRC}/ui/gtkmm/widgets/*.cpp ${WRKSRC}/ui/gtkmm/widgets/*.h; \ do \ ${REINPLACE_CMD} -e "s/SigC::slot/sigc::mem_fun/g" \ -e "s/SigC::Connection/sigc::connection/g" \ -e "s/SigC::Slot/sigc::slot/g" \ -e "s/SigC/sigc/g" $$f; \ done do-install: ${INSTALL_PROGRAM} ${WRKSRC}/FreeDoko ${PREFIX}/bin ${LN} ${PREFIX}/bin/FreeDoko ${PREFIX}/bin/freedoko @${MKDIR} ${DATADIR} @cd ${WRKSRC}/../data && \ ${FIND} ${DATASUBDIRS} ! -name Makefile\* \ | ${CPIO} ${CPIOFLAGS} ${DATADIR} @${MKDIR} ${DOCSDIR} @cd ${WRKSRC}/../doc && \ ${FIND} . ! -name Makefile\* | ${CPIO} ${CPIOFLAGS} ${DOCSDIR} .include his.form.submit();'> FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Annotate the combination of X509 and KERB_GSSAPI patches as brokenpav2010-05-041-0/+4
* Mark BROKEN on 9.x: does not builderwin2010-04-191-0/+4
* RC_SUBR_SUFFIX has not been needed for a long time now, all supporteddougb2010-03-271-1/+1
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1
* - Remove BROKEN on 8.x WITH_KERBEROS case. Builds fine on 8.0 and 9.0, i386 a...amdmi32009-12-172-6/+4
* - Under OSVERSION >= 800000, only mark BROKEN if WITH_KERBEROS.lioux2009-11-021-0/+2
* - Mark BROKEN on 8.X with Kerberos - does not linkpav2009-10-011-0/+4
* - Revert USE_RC_SUBR change from last commit, it breaks OVERWRITE_BASEpav2009-09-242-2/+5
* - Unbreak KERBEROS optionpav2009-09-183-11/+78
* - Mark BROKEN on 8.X: does not linkpav2009-08-081-1/+1
* Fix build error WITH_HPN.nork2009-06-271-2/+2
* - Fix the previous commitpgollucci2009-06-241-4/+4
* - security/openssh-portable: update HPN and LPK patches to newer versionspgollucci2009-06-227-1132/+2684
* Fix build with WITH_LPK support for amd64 by change extra patches order.osa2009-05-191-3/+4
* Fix HPN crash issue by using aes128-ctr, aes192-ctr and aes256-ctr.nork2009-05-172-3/+4
* - Update to 5.2p1pav2009-05-157-258/+2740
* Fix several problems with OPENSSH_OVERWRITE_BASE=1.sumikawa2009-04-222-12/+6
* - Reset long-term inactive maintainerpav2009-03-251-1/+1
* - Integrate x509 certificate patch (optional, default off) from http://www.ro...pav2009-03-252-0/+11
* - Add vendor patch for lpk patch that fixes runtime on amd64pav2009-03-252-0/+47
* - Update to 5.1p1pav2009-03-254-49/+38
* Fix rootless build.skv2008-11-111-1/+1
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0
* - Mark BROKEN after recent kerberos updatepav2008-06-231-0/+4
* - Update to 5.0p1mnag2008-04-195-58/+1915
* - Update HPN patch to hpn12v20mnag2008-01-162-4/+5
* - Update gsskex patch to 20070927mnag2007-10-052-9/+8
* Remove always-false/true conditions based on OSVERSION 500000edwin2007-10-041-7/+0
* - Update MD5/SHA256 of openssh hpn patch. This patch are rerolled to update v...mnag2007-09-141-2/+2
* - Update to 4.7p1mnag2007-09-083-41/+9
* - Enable ssl-enginemnag2007-08-305-2349/+52
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-231-1/+1
* - Update OpenSSH to 4.6p1mnag2007-03-134-1828/+2353
* - Use RC_SUBR_SUFFIXrafan2007-02-061-6/+1
* Update HPN patch to v14 for openssh 4.5p1.ale2006-11-182-4/+4
* - Fix CHROOT patch using chroot() before setusercontext() and add strerror() ...mnag2006-11-101-18/+14
* - Update to 4.5p1mnag2006-11-103-6/+5
* - Update HPN patch. Patch are renamed, the only content differences are two r...mnag2006-10-172-7/+8
* - Add OPTION to enable Kerberos/GSSAPI patch [1]mnag2006-10-083-11/+1850
* - Fix package creation. [1]mnag2006-10-043-4/+9
* - Install ssh_config-dist and sshd_config-dist in OVERWRITE_BASE too.mnag2006-10-022-4/+2
* - Update to 4.4p1.mnag2006-10-0121-448/+467
* Update HPN-12 patch to version 8 (no functional changes,ale2006-08-302-4/+4
* Add optional OpenSC PIN patch which make it possible for OpenSSH to asksimon2006-08-092-0/+137
* - Remove unecessary ?= in PKGNAMESUFFIX [1]mnag2006-07-052-21/+5
* Add support for smart cards.ale2006-06-131-0/+6
* - Fix order in rc.d script. Because of pidfile are empty, reload [2] and rest...mnag2006-02-222-14/+18
* Forget to add HPN patches.mnag2006-02-122-2/+8
* - Update to 4.3p2mnag2006-02-122-10/+4
* - Update to 4.3p1mnag2006-02-088-88/+194
* - Reorganize Makefile in preparation to update to 4.3p1mnag2006-02-082-74/+75
* Add SHA256mnag2005-11-091-0/+1
* Update my emailmnag2005-09-171-1/+1
* - Pass maintainership to submitter, since he sent the last patch.garga2005-09-061-1/+1
* - Update to 4.2p1garga2005-09-025-146/+70
* - Update to 4.1p1pav2005-06-072-5/+5
* - Don't specify --with-ssl-dir when using the system's OpenSSLpav2005-04-121-0/+2
* - Update to 4.0p1ahze2005-03-209-68/+137
* - sshd child process crashes when user with expired password logs in.pav2004-12-191-1/+1
* - drop maintainershipdinoex2004-10-141-1/+1
* - new option WITH_OPENSSH_CHROOTdinoex2004-10-122-24/+62
* - cleanup patchesdinoex2004-10-125-21/+21
* - update to 3.9p1dinoex2004-08-186-63/+46
* - bump PORTEPOCHdinoex2004-04-291-0/+1
* - update to 3.8.1p1dinoex2004-04-292-3/+3
* - force kerberos by option WITH_GSSAPIdinoex2004-04-031-2/+2
* - make PKGNAMESUFFIX more flexibledinoex2004-03-271-4/+6
* - add SIZEdinoex2004-02-261-16/+16
* - update to 3.8p1dinoex2004-02-253-11/+13
* - fix Usagedinoex2003-12-041-2/+2
* - new option WITHOUT_KERBEROSdinoex2003-10-181-1/+1
* - fix build with kerberos5 from base and missing libdesdinoex2003-10-131-16/+6
* - fix spelling of gssapidinoex2003-10-131-2/+2
* - add CONFLICTSdinoex2003-10-121-2/+6
* - GSSAPI patch improved for kerbers5 and hemidaldinoex2003-10-102-0/+23
* - cleanup GSSAPI optiondinoex2003-09-292-7/+0
* - Fix BATCH=yes patch for bento.dinoex2003-09-281-31/+6
* - update to 3.7.1p2dinoex2003-09-2724-1426/+84
* - Security Fix in PAM handlingdinoex2003-09-265-80/+508
* - mark FORBIDDEN until fixed.dinoex2003-09-261-0/+2
* - Security Fix obtained from OpenBSDdinoex2003-09-242-4/+5
* Add Solar Designer's additional fixes to buffer management.nectar2003-09-185-9/+126
* - Securitry Fix revision 2dinoex2003-09-172-40/+111
* Do not record expanded size before attempting to reallocate associatednectar2003-09-162-0/+40
* - use OPENSSLRPATH from bsd.openssl.mkdinoex2003-08-301-1/+2
* - use hook for bsd.openssl.mkdinoex2003-08-281-1/+1
* - Update to gssapi-20030430dinoex2003-05-082-8/+12
* - Update to 3.6.1p2dinoex2003-04-302-2/+2
* - honor any given LDFLAGSdinoex2003-04-161-0/+1
* - Change all USE_OPENSSL_* to WITH_OPENSSL_*dinoex2003-04-131-1/+1
* - use bsd.openssl.mkdinoex2003-04-041-1/+1
* - Update to 3.6.1p1dinoex2003-04-022-3/+2